mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-08 19:50:36 +00:00
set pieces
This commit is contained in:
parent
9c6046455e
commit
607175f02a
11 changed files with 425 additions and 3 deletions
|
@ -110,6 +110,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
bTyresDontBurst = false;
|
||||
bCreatedAsPoliceVehicle = false;
|
||||
bParking = false;
|
||||
m_nSetPieceExtendedRangeTime = 0;
|
||||
m_nAlarmState = 0;
|
||||
m_nDoorLock = CARLOCK_UNLOCKED;
|
||||
m_nLastWeaponDamage = -1;
|
||||
|
|
|
@ -205,6 +205,7 @@ public:
|
|||
float m_fChangeGearTime;
|
||||
CEntity* m_pBombRigger;
|
||||
uint32 m_nGunFiringTime; // last time when gun on vehicle was fired (used on boats)
|
||||
uint32 m_nSetPieceExtendedRangeTime;
|
||||
uint32 m_nTimeOfDeath;
|
||||
uint16 m_nTimeBlocked;
|
||||
int16 m_nBombTimer; // goes down with each frame
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue