mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-04 05:19:59 +00:00
minor fixes
This commit is contained in:
parent
3f26250d73
commit
e099aaaa6b
3 changed files with 8 additions and 1 deletions
|
@ -99,7 +99,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
m_numPedsUseItAsCover = 0;
|
||||
bIsCarParkVehicle = false;
|
||||
bHasAlreadyBeenRecorded = false;
|
||||
m_bSirenOrAlarm = 0;
|
||||
m_bSirenOrAlarm = false;
|
||||
m_nCarHornTimer = 0;
|
||||
m_nCarHornPattern = 0;
|
||||
m_nAlarmState = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue