summaryrefslogtreecommitdiffstats
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authorNikolay Korolev <nickvnuk@gmail.com>2019-09-14 19:54:56 +0200
committerNikolay Korolev <nickvnuk@gmail.com>2019-09-14 19:54:56 +0200
commit84186e7b0f15cba33243eab6f15516d3a450b839 (patch)
treea8dfa4f8ceb65436ab80c1f7ab5aa24f7798dd3c /src/vehicles/Vehicle.h
parentMerge pull request #206 from erorcun/erorcun (diff)
parentmore CCarCtrl (diff)
downloadre3-84186e7b0f15cba33243eab6f15516d3a450b839.tar
re3-84186e7b0f15cba33243eab6f15516d3a450b839.tar.gz
re3-84186e7b0f15cba33243eab6f15516d3a450b839.tar.bz2
re3-84186e7b0f15cba33243eab6f15516d3a450b839.tar.lz
re3-84186e7b0f15cba33243eab6f15516d3a450b839.tar.xz
re3-84186e7b0f15cba33243eab6f15516d3a450b839.tar.zst
re3-84186e7b0f15cba33243eab6f15516d3a450b839.zip
Diffstat (limited to 'src/vehicles/Vehicle.h')
-rw-r--r--src/vehicles/Vehicle.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/vehicles/Vehicle.h b/src/vehicles/Vehicle.h
index 08f55caa..5eec0d23 100644
--- a/src/vehicles/Vehicle.h
+++ b/src/vehicles/Vehicle.h
@@ -183,11 +183,11 @@ 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 field_21C; // front Z?
- float field_220; // rear Z?
+ float m_fMapObjectHeightAhead; // front Z?
+ float m_fMapObjectHeightBehind; // rear Z?
eCarLock m_nDoorLock;
int8 m_nLastWeaponDamage; // see eWeaponType, -1 if no damage
int8 m_nRadioStation;