mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-20 19:19:22 +00:00
Revert
This commit is contained in:
parent
b8b3292161
commit
db84afd263
3 changed files with 3 additions and 3 deletions
|
@ -45,7 +45,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…
Add table
Add a link
Reference in a new issue