diff options
author | aap <aap@papnet.eu> | 2019-07-23 16:39:30 +0200 |
---|---|---|
committer | aap <aap@papnet.eu> | 2019-07-23 16:39:30 +0200 |
commit | e9cafe340a16c489c5f6874066b9836d70bd0091 (patch) | |
tree | d4dd7107784bd7cdf6ef055287bc6deffd35f925 /src/vehicles/Vehicle.h | |
parent | Merge pull request #161 from ShFil119/audio5 (diff) | |
download | re3-e9cafe340a16c489c5f6874066b9836d70bd0091.tar re3-e9cafe340a16c489c5f6874066b9836d70bd0091.tar.gz re3-e9cafe340a16c489c5f6874066b9836d70bd0091.tar.bz2 re3-e9cafe340a16c489c5f6874066b9836d70bd0091.tar.lz re3-e9cafe340a16c489c5f6874066b9836d70bd0091.tar.xz re3-e9cafe340a16c489c5f6874066b9836d70bd0091.tar.zst re3-e9cafe340a16c489c5f6874066b9836d70bd0091.zip |
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r-- | src/vehicles/Vehicle.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index 4668ba7a..38d411cd 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -210,8 +210,8 @@ public: int16 field_214; int16 m_nBombTimer; // goes down with each frame CEntity *m_pBlowUpEntity; - float field_21C; - float field_220; + float field_21C; // front Z? + float field_220; // rear Z? eCarLock m_nDoorLock; int8 m_nLastWeaponDamage; // see eWeaponType, -1 if no damage int8 m_nRadioStation; |