This commit is contained in:
Nikolay Korolev
2020-05-16 14:01:32 +03:00
parent 6556cb0db9
commit c33b93793f
3 changed files with 16 additions and 2 deletions

View File

@ -101,6 +101,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
m_bSirenOrAlarm = 0;
m_nCarHornTimer = 0;
m_nCarHornPattern = 0;
m_nCarHornDelay = 0;
bPartOfConvoy = false;
bCreatedAsPoliceVehicle = false;
bParking = false;