mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 04:36:18 +00:00
implemented most of librw wrapper
This commit is contained in:
@ -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));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user