mirror of
https://github.com/halpz/re3.git
synced 2025-06-29 06:26:22 +00:00
ccarctrl big fix
This commit is contained in:
@ -55,6 +55,7 @@ CVehicle::CVehicle(uint8 CreatedBy)
|
||||
m_fSteerRatio = 0.0f;
|
||||
m_type = ENTITY_TYPE_VEHICLE;
|
||||
VehicleCreatedBy = CreatedBy;
|
||||
m_nRouteSeed = 0;
|
||||
bIsLocked = false;
|
||||
bIsLawEnforcer = false;
|
||||
bIsAmbulanceOnDuty = false;
|
||||
|
@ -132,7 +132,7 @@ public:
|
||||
uint8 m_currentColour2;
|
||||
uint8 m_aExtras[2];
|
||||
int16 m_nAlarmState;
|
||||
int16 m_nMissionValue;
|
||||
int16 m_nRouteSeed;
|
||||
CPed *pDriver;
|
||||
CPed *pPassengers[8];
|
||||
uint8 m_nNumPassengers;
|
||||
|
Reference in New Issue
Block a user