From 9960c411933f9a804eb5f6840d75ad00fd255252 Mon Sep 17 00:00:00 2001 From: Sergeanur Date: Tue, 5 May 2020 18:04:18 +0300 Subject: Remove Miami stuff --- src/vehicles/Automobile.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/vehicles/Automobile.h') diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 0356a9f2..041302bf 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -197,6 +197,8 @@ public: static void SetAllTaxiLights(bool set); }; +static_assert(sizeof(CAutomobile) == 0x5A8, "CAutomobile: error"); + inline uint8 GetCarDoorFlag(int32 carnode) { switch (carnode) { case CAR_DOOR_LF: -- cgit v1.2.3