summaryrefslogtreecommitdiffstats
path: root/src/entities/Boat.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-06-29 22:15:55 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-06-29 22:15:55 +0200
commitb2b750bc90648cce4e562e241668056f1cdc68b6 (patch)
tree27cc513b6ab828382a82595ac6f748afc86be8d0 /src/entities/Boat.h
parentCReplay::PlaybackThisFrame + fixes (diff)
downloadre3-b2b750bc90648cce4e562e241668056f1cdc68b6.tar
re3-b2b750bc90648cce4e562e241668056f1cdc68b6.tar.gz
re3-b2b750bc90648cce4e562e241668056f1cdc68b6.tar.bz2
re3-b2b750bc90648cce4e562e241668056f1cdc68b6.tar.lz
re3-b2b750bc90648cce4e562e241668056f1cdc68b6.tar.xz
re3-b2b750bc90648cce4e562e241668056f1cdc68b6.tar.zst
re3-b2b750bc90648cce4e562e241668056f1cdc68b6.zip
Diffstat (limited to 'src/entities/Boat.h')
-rw-r--r--src/entities/Boat.h4
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");