mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-12-23 08:50:00 +00:00
Fix virtual SetModelIndex call in CBoat ctor
This commit is contained in:
parent
30c0f26f17
commit
3c4f166a82
|
@ -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;
|
||||||
SetModelIndex(mi);
|
CBoat::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);
|
||||||
|
|
Loading…
Reference in a new issue