diff options
Diffstat (limited to 'src/vehicles/Boat.h')
-rw-r--r-- | src/vehicles/Boat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vehicles/Boat.h b/src/vehicles/Boat.h index 41fed2ff..52f3530c 100644 --- a/src/vehicles/Boat.h +++ b/src/vehicles/Boat.h @@ -49,6 +49,7 @@ public: static bool IsSectorAffectedByWake(CVector2D sector, float fSize, CBoat **apBoats); static float IsVertexAffectedByWake(CVector vecVertex, CBoat *pBoat); static void FillBoatList(void); + }; static_assert(sizeof(CBoat) == 0x484, "CBoat: error"); |