set pieces

This commit is contained in:
Nikolay Korolev
2020-05-23 20:06:52 +03:00
parent 9c6046455e
commit 607175f02a
11 changed files with 425 additions and 3 deletions

View File

@ -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;