mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-12-23 16:21:50 +01:00
One driver owns all the cars fix
Signed-off-by: eray orçunus <erayorcunus@gmail.com>
This commit is contained in:
parent
edf5ac2626
commit
69ee4acc97
@ -813,6 +813,7 @@ CFileLoader::LoadPedObject(const char *line)
|
|||||||
if(strcmp(animGroup, CAnimManager::GetAnimGroupName((AssocGroupId)animGroupId)) == 0)
|
if(strcmp(animGroup, CAnimManager::GetAnimGroupName((AssocGroupId)animGroupId)) == 0)
|
||||||
break;
|
break;
|
||||||
mi->m_animGroup = animGroupId;
|
mi->m_animGroup = animGroupId;
|
||||||
|
mi->m_carsCanDrive = carsCanDrive;
|
||||||
|
|
||||||
// ???
|
// ???
|
||||||
CModelInfo::GetModelInfo(MI_LOPOLYGUY)->SetColModel(&CTempColModels::ms_colModelPed1);
|
CModelInfo::GetModelInfo(MI_LOPOLYGUY)->SetColModel(&CTempColModels::ms_colModelPed1);
|
||||||
|
Loading…
Reference in New Issue
Block a user