mirror of
https://git.rip/DMCA_FUCKER/re3.git
synced 2024-11-08 12:24:54 +00:00
Fix virtual SetModelIndex call in CBoat ctor
This commit is contained in:
parent
32c1135cd4
commit
d370c2076d
|
@ -60,7 +60,7 @@ CBoat::CBoat(int mi, uint8 owner) : CVehicle(owner)
|
|||
m_fMovingSpeed = 0.0f;
|
||||
m_skimmerThingTimer = 0.0f;
|
||||
m_nPoliceShoutTimer = CTimer::GetTimeInMilliseconds();
|
||||
SetModelIndex(mi);
|
||||
CBoat::SetModelIndex(mi);
|
||||
|
||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)minfo->m_handlingId);
|
||||
pFlyingHandling = mod_HandlingManager.GetFlyingPointer((eHandlingId)minfo->m_handlingId);
|
||||
|
|
Loading…
Reference in a new issue