mirror of
https://github.com/GTAmodding/re3.git
synced 2024-12-26 17:55:41 +00:00
Merge branch 'master' of github.com:GTAmodding/re3
This commit is contained in:
commit
b26e83fc6e
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue