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/Boat.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/vehicles/Boat.h') diff --git a/src/vehicles/Boat.h b/src/vehicles/Boat.h index 70407ab9..cde5de84 100644 --- a/src/vehicles/Boat.h +++ b/src/vehicles/Boat.h @@ -72,8 +72,6 @@ public: }; -static_assert(sizeof(CBoat) == 0x484, "CBoat: error"); - extern float MAX_WAKE_LENGTH; extern float MIN_WAKE_INTERVAL; extern float WAKE_LIFETIME; \ No newline at end of file -- cgit v1.2.3