mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-22 17:19:15 +01:00
Revert
This commit is contained in:
parent
f21cfef8fb
commit
1f5a6dab67
@ -73,7 +73,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
|
||||
bBigWheels = false;
|
||||
bWaterTight = false;
|
||||
|
||||
CAutomobile::SetModelIndex(id);
|
||||
SetModelIndex(id);
|
||||
|
||||
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_nPadID = 0;
|
||||
m_fMovingRotation = 0.0f;
|
||||
CBoat::SetModelIndex(mi);
|
||||
SetModelIndex(mi);
|
||||
|
||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)minfo->m_handlingId);
|
||||
minfo->ChooseVehicleColour(m_currentColour1, m_currentColour2);
|
||||
|
@ -44,7 +44,7 @@ CTrain::CTrain(int32 id, uint8 CreatedBy)
|
||||
CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(id);
|
||||
m_vehType = VEHICLE_TYPE_TRAIN;
|
||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
||||
CTrain::SetModelIndex(id);
|
||||
SetModelIndex(id);
|
||||
|
||||
Doors[0].Init(0.8f, 0.0f, 1, 0);
|
||||
Doors[1].Init(-0.8f, 0.0f, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user