mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-17 10:54:09 +00:00
Also fix SetModelIndex in CAutomobile and CTrain ctors
This commit is contained in:
parent
3c4f166a82
commit
5711251b0f
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ CAutomobile::CAutomobile(int32 id, uint8 CreatedBy)
|
|||
bBigWheels = false;
|
||||
bWaterTight = false;
|
||||
|
||||
SetModelIndex(id);
|
||||
CAutomobile::SetModelIndex(id);
|
||||
|
||||
pHandling = mod_HandlingManager.GetHandlingData((eHandlingId)mi->m_handlingId);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue