mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-09 09:30:33 +00:00
implemented most of librw wrapper
This commit is contained in:
parent
6923117715
commit
90be379bed
22 changed files with 2212 additions and 44 deletions
|
@ -2244,7 +2244,7 @@ CPed::BuildPedLists(void)
|
|||
if (nThreatReactionRangeMultiplier * 30.0f > dist) {
|
||||
gapTempPedList[gnNumTempPedList] = ped;
|
||||
gnNumTempPedList++;
|
||||
assert(gnNumTempPedList < ARRAYSIZE(gapTempPedList));
|
||||
assert(gnNumTempPedList < ARRAY_SIZE(gapTempPedList));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue