mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-13 12:20:34 +00:00
Original enum name
This commit is contained in:
parent
1906a08f72
commit
8f5e60f787
9 changed files with 25 additions and 25 deletions
|
@ -70,7 +70,7 @@ CPlane::CPlane(int32 id, uint8 CreatedBy)
|
|||
{
|
||||
CVehicleModelInfo *mi = (CVehicleModelInfo*)CModelInfo::GetModelInfo(id);
|
||||
m_vehType = VEHICLE_TYPE_PLANE;
|
||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
||||
pHandling = mod_HandlingManager.GetHandlingData((tVehicleType)mi->m_handlingId);
|
||||
SetModelIndex(id);
|
||||
|
||||
m_fMass = 100000000.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue