Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Merge pull request #152 from Nick007J/master
fix crash
  • Loading branch information
aap committed Jul 20, 2019
2 parents 29d7b98 + 5271838 commit e3a24564fba9f09f4497b422be82963dc37447cb
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/vehicles/Vehicle.cpp
@@ -65,6 +65,8 @@ CVehicle::CVehicle(uint8 CreatedBy)
bIsDamaged = false; bIsDamaged = false;
bFadeOut = false; bFadeOut = false;
m_veh_flagC10 = false; m_veh_flagC10 = false;
m_nTimeOfDeath = 0;
m_pCarFire = nil;
bHasBeenOwnedByPlayer = false; bHasBeenOwnedByPlayer = false;
m_veh_flagC20 = false; m_veh_flagC20 = false;
bCanBeDamaged = true; bCanBeDamaged = true;

0 comments on commit e3a2456

Please sign in to comment.