From ae0c83fa01b05dc2ee70acb2bd4d0e8a3945630c Mon Sep 17 00:00:00 2001 From: Nikolay Korolev Date: Tue, 5 May 2020 14:40:35 +0300 Subject: CAutoPilot + CCarAI + fixes --- src/vehicles/Automobile.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vehicles/Automobile.h') diff --git a/src/vehicles/Automobile.h b/src/vehicles/Automobile.h index 041302bf..0356a9f2 100644 --- a/src/vehicles/Automobile.h +++ b/src/vehicles/Automobile.h @@ -197,8 +197,6 @@ 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