mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 21:24:08 +00:00
more CCarCtrl
This commit is contained in:
parent
6a7fdadeaa
commit
14b945ba08
21 changed files with 433 additions and 51 deletions
|
@ -60,7 +60,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
pPassengers[i] = nil;
|
||||
m_nBombTimer = 0;
|
||||
m_pBlowUpEntity = nil;
|
||||
field_1FB = 0;
|
||||
m_nPacManPickupsCarried = 0;
|
||||
bComedyControls = false;
|
||||
bCraneMessageDone = false;
|
||||
bExtendedRange = false;
|
||||
|
@ -71,7 +71,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
m_nTimeOfDeath = 0;
|
||||
m_pCarFire = nil;
|
||||
bHasBeenOwnedByPlayer = false;
|
||||
m_veh_flagC20 = false;
|
||||
bCreateRoadBlockPeds = false;
|
||||
bCanBeDamaged = true;
|
||||
bUsingSpecialColModel = false;
|
||||
m_veh_flagD1 = false;
|
||||
|
@ -102,7 +102,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
|||
m_aCollPolys[0].valid = false;
|
||||
m_aCollPolys[1].valid = false;
|
||||
AutoPilot.m_nCarMission = MISSION_NONE;
|
||||
AutoPilot.m_nAnimationId = TEMPACT_NONE;
|
||||
AutoPilot.m_nTempAction = TEMPACT_NONE;
|
||||
AutoPilot.m_nTimeToStartMission = CTimer::GetTimeInMilliseconds();
|
||||
AutoPilot.m_flag4 = false;
|
||||
AutoPilot.m_flag10 = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue