mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 06:46:24 +00:00
CCarCtrl::GenerateOneRandomCar
This commit is contained in:
@ -99,6 +99,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
||||
m_bSirenOrAlarm = 0;
|
||||
m_nCarHornTimer = 0;
|
||||
m_nCarHornPattern = 0;
|
||||
bCreatedAsPoliceVehicle = false;
|
||||
bParking = false;
|
||||
m_nAlarmState = 0;
|
||||
m_nDoorLock = CARLOCK_UNLOCKED;
|
||||
|
@ -182,6 +182,7 @@ public:
|
||||
uint8 bIsCarParkVehicle : 1; // Car has been created using the special CAR_PARK script command
|
||||
uint8 bHasAlreadyBeenRecorded : 1; // Used for replays
|
||||
|
||||
uint8 bCreatedAsPoliceVehicle : 1;// True if this guy was created as a police vehicle (enforcer, policecar, miamivice car etc)
|
||||
uint8 bParking : 1;
|
||||
|
||||
int8 m_numPedsUseItAsCover;
|
||||
|
Reference in New Issue
Block a user