diff options
Diffstat (limited to '')
-rw-r--r-- | src/entities/Boat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/entities/Boat.h b/src/entities/Boat.h index b66ab107..26de0cdc 100644 --- a/src/entities/Boat.h +++ b/src/entities/Boat.h @@ -6,6 +6,8 @@ class CBoat : public CVehicle { public: // 0x288 - uint8 stuff[508]; + uint8 stuff1[57]; + bool m_bIsAnchored; + uint8 stuff[450]; }; static_assert(sizeof(CBoat) == 0x484, "CBoat: error"); |