This commit is contained in:
Sergeanur
2020-11-01 12:30:23 +02:00
parent f21cfef8fb
commit 1f5a6dab67
3 changed files with 3 additions and 3 deletions

View File

@@ -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);