mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-19 20:19:22 +00:00
Merge branch 'miami' into lcs
This commit is contained in:
commit
3377709c4b
3 changed files with 9 additions and 3 deletions
|
@ -421,6 +421,7 @@ CPed::~CPed(void)
|
|||
nearPed->m_nearPeds[k] = nearPed->m_nearPeds[k + 1];
|
||||
nearPed->m_nearPeds[k + 1] = nil;
|
||||
}
|
||||
nearPed->m_nearPeds[ARRAY_SIZE(m_nearPeds) - 1] = nil;
|
||||
nearPed->m_numNearPeds--;
|
||||
} else
|
||||
j++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue