Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fix crash
  • Loading branch information
Nick007J committed Jul 20, 2019
1 parent 29d7b98 commit 52718385db92885ac567430ec76bcea473d89936
Showing with 2 additions and 0 deletions.
  1. +2 −0 src/vehicles/Vehicle.cpp
@@ -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;

0 comments on commit 5271838

Please sign in to comment.