summaryrefslogtreecommitdiffstats
path: root/src/entities/Automobile.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/Automobile.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 '')
-rw-r--r--src/entities/Automobile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/entities/Automobile.h b/src/entities/Automobile.h
index 7422112b..1b5e74d5 100644
--- a/src/entities/Automobile.h
+++ b/src/entities/Automobile.h
@@ -18,7 +18,9 @@ public:
float m_afWheelRotation[4];
uint8 stuff3[200];
float m_fCarGunLR;
- uint8 stuff4[36];
+ uint8 stuff4[13];
+ uint8 m_nDriveWheelsOnGround;
+ uint8 stuff5[22];
void SetDoorDamage(int32, uint32, bool); /* TODO: eDoors */
};