Fix NearPed count going negative
#1236
Merged
Nopey
merged 1 commits from fix_nearPeds
into master
3 years ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'fix_nearPeds'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Deconstructing peds would attempt to remove themselves from their nearPeds, but would fail to remove themselves from any near peds' nearPeds list if the deconstructing ped was in the final position of nearPeds, and only decrement the near ped's numNearPeds.
Thanks.