diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 22:15:55 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-06-29 22:15:55 +0200 |
commit | b2b750bc90648cce4e562e241668056f1cdc68b6 (patch) | |
tree | 27cc513b6ab828382a82595ac6f748afc86be8d0 /src/entities/Automobile.h | |
parent | CReplay::PlaybackThisFrame + fixes (diff) | |
download | re3-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/Automobile.h')
-rw-r--r-- | src/entities/Automobile.h | 4 |
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 */ }; |