1
0
mirror of https://github.com/td512/re3.git synced 2026-02-19 17:25:00 +00:00

Merge pull request #123 from erorcun/erorcun

One driver owns all the cars fix
This commit is contained in:
aap
2019-07-08 22:55:27 +02:00
committed by GitHub

View File

@@ -813,6 +813,7 @@ CFileLoader::LoadPedObject(const char *line)
if(strcmp(animGroup, CAnimManager::GetAnimGroupName((AssocGroupId)animGroupId)) == 0)
break;
mi->m_animGroup = animGroupId;
mi->m_carsCanDrive = carsCanDrive;
// ???
CModelInfo::GetModelInfo(MI_LOPOLYGUY)->SetColModel(&CTempColModels::ms_colModelPed1);