summaryrefslogtreecommitdiff
path: root/src/peds
diff options
context:
space:
mode:
authorSergeanur <s.anureev@yandex.ua>2021-07-15 00:51:01 +0300
committerSergeanur <s.anureev@yandex.ua>2021-07-15 00:51:01 +0300
commit3377709c4b8d27599918beaa363e0eb40d2099a9 (patch)
tree110127eb9a51737be58f542ac9dd695cc08795bb /src/peds
parent17fca824015627d45f87a24cef535e3c73b94498 (diff)
parent02c4ada807887975d5c61b510e05d2c689118282 (diff)
Merge branch 'miami' into lcs
Diffstat (limited to 'src/peds')
-rw-r--r--src/peds/Ped.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/peds/Ped.cpp b/src/peds/Ped.cpp
index 8729ce26..9d261010 100644
--- a/src/peds/Ped.cpp
+++ b/src/peds/Ped.cpp
@@ -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++;