mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-16 14:24:09 +00:00
CCarAI + bugfixes
This commit is contained in:
parent
80a74d2e77
commit
803412f33b
6 changed files with 226 additions and 41 deletions
|
@ -68,15 +68,15 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
bTakeLessDamage = false;
|
||||
bIsDamaged = false;
|
||||
bFadeOut = false;
|
||||
m_veh_flagC10 = false;
|
||||
bIsBeingCarJacked = false;
|
||||
m_nTimeOfDeath = 0;
|
||||
m_pCarFire = nil;
|
||||
bHasBeenOwnedByPlayer = false;
|
||||
bCreateRoadBlockPeds = false;
|
||||
bCanBeDamaged = true;
|
||||
bUsingSpecialColModel = false;
|
||||
m_veh_flagD1 = false;
|
||||
m_veh_flagD2 = false;
|
||||
bOccupantsHaveBeenGenerated = false;
|
||||
bGunSwitchedOff = false;
|
||||
m_nGunFiringTime = 0;
|
||||
m_nTimeBlocked = 0;
|
||||
bLightsOn = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue