diff options
author | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-14 19:53:04 +0200 |
---|---|---|
committer | Nikolay Korolev <nickvnuk@gmail.com> | 2019-09-14 19:53:04 +0200 |
commit | 57f24ad5336594c3355c83c2571ea373f6167a62 (patch) | |
tree | f3ff779ddc0716189677d63dfa9ccbc87d2d29c6 /src/vehicles/Vehicle.h | |
parent | Merge remote-tracking branch 'upstream/master' into carctrl_dev (diff) | |
download | re3-57f24ad5336594c3355c83c2571ea373f6167a62.tar re3-57f24ad5336594c3355c83c2571ea373f6167a62.tar.gz re3-57f24ad5336594c3355c83c2571ea373f6167a62.tar.bz2 re3-57f24ad5336594c3355c83c2571ea373f6167a62.tar.lz re3-57f24ad5336594c3355c83c2571ea373f6167a62.tar.xz re3-57f24ad5336594c3355c83c2571ea373f6167a62.tar.zst re3-57f24ad5336594c3355c83c2571ea373f6167a62.zip |
Diffstat (limited to '')
-rw-r--r-- | src/vehicles/Vehicle.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h index 0a86d4e5..4c4f1767 100644 --- a/src/vehicles/Vehicle.h +++ b/src/vehicles/Vehicle.h @@ -183,7 +183,7 @@ public: float m_fChangeGearTime; uint32 m_nGunFiringTime; // last time when gun on vehicle was fired (used on boats) uint32 m_nTimeOfDeath; - int16 field_214; + uint16 m_nTimeBlocked; int16 m_nBombTimer; // goes down with each frame CEntity *m_pBlowUpEntity; float m_fMapObjectHeightAhead; // front Z? |