fix crash

This commit is contained in:
Nikolay Korolev 2019-07-20 13:56:27 +03:00
parent 29d7b983d7
commit 52718385db
1 changed files with 2 additions and 0 deletions

View File

@ -65,6 +65,8 @@ CVehicle::CVehicle(uint8 CreatedBy)
bIsDamaged = false;
bFadeOut = false;
m_veh_flagC10 = false;
m_nTimeOfDeath = 0;
m_pCarFire = nil;
bHasBeenOwnedByPlayer = false;
m_veh_flagC20 = false;
bCanBeDamaged = true;