mirror of
https://github.com/GTAmodding/re3.git
synced 2021-02-19 17:49:54 +01:00
Revert
This commit is contained in:
parent
f21cfef8fb
commit
1f5a6dab67
@ -73,7 +73,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
|
|||||||
bBigWheels = false;
|
bBigWheels = false;
|
||||||
bWaterTight = false;
|
bWaterTight = false;
|
||||||
|
|
||||||
CAutomobile::SetModelIndex(id);
|
SetModelIndex(id);
|
||||||
|
|
||||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ CBoat::CBoat(int mi, uint8 owner) : CVehicle(owner)
|
|||||||
m_fSteeringLeftRight = 0.0f;
|
m_fSteeringLeftRight = 0.0f;
|
||||||
m_nPadID = 0;
|
m_nPadID = 0;
|
||||||
m_fMovingRotation = 0.0f;
|
m_fMovingRotation = 0.0f;
|
||||||
CBoat::SetModelIndex(mi);
|
SetModelIndex(mi);
|
||||||
|
|
||||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)minfo->m_handlingId);
|
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)minfo->m_handlingId);
|
||||||
minfo->ChooseVehicleColour(m_currentColour1, m_currentColour2);
|
minfo->ChooseVehicleColour(m_currentColour1, m_currentColour2);
|
||||||
|
@ -44,7 +44,7 @@ CTrain::CTrain(int32 id, uint8 CreatedBy)
|
|||||||
CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(id);
|
CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(id);
|
||||||
m_vehType = VEHICLE_TYPE_TRAIN;
|
m_vehType = VEHICLE_TYPE_TRAIN;
|
||||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
||||||
CTrain::SetModelIndex(id);
|
SetModelIndex(id);
|
||||||
|
|
||||||
Doors[0].Init(0.8f, 0.0f, 1, 0);
|
Doors[0].Init(0.8f, 0.0f, 1, 0);
|
||||||
Doors[1].Init(-0.8f, 0.0f, 0, 0);
|
Doors[1].Init(-0.8f, 0.0f, 0, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user