1
0
Fork 0
mirror of https://git.rip/DMCA_FUCKER/re3.git synced 2024-06-14 16:53:12 +00:00

Merge pull request #152 from Nick007J/master

fix crash
This commit is contained in:
aap 2019-07-20 12:57:33 +02:00 committed by GitHub
commit e3a24564fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;