Merge branch 'master' into erorcun

This commit is contained in:
aap
2019-07-16 18:31:18 +02:00
committed by GitHub
32 changed files with 1386 additions and 447 deletions

View File

@@ -7,7 +7,7 @@ WRAPPER void CCivilianPed::ProcessControl(void) { EAXJMP(0x4BFFE0); }
CCivilianPed::CCivilianPed(int pedtype, int mi) : CPed(pedtype)
{
CPed::SetModelIndex(mi);
SetModelIndex(mi);
for (int i = 0; i < 10; i++)
{
m_nearPeds[i] = nil;