summaryrefslogtreecommitdiff
path: root/src/vehicles/Vehicle.h
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2019-09-14 20:20:18 +0200
committerGitHub <noreply@github.com>2019-09-14 20:20:18 +0200
commite535f684ed06113f5dd08d615ae19e92d054f3ac (patch)
treee82c3293769fd12d24b07493d5a8d98794194e13 /src/vehicles/Vehicle.h
parent06be2f772a5b11b54c58b8c35e515ab77caf8129 (diff)
parent67701df91f179f9b73305924e6d27db18f3010fe (diff)
Merge pull request #207 from Nick007J/master
CCarCtrl
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;