mirror of
https://github.com/halpz/re3.git
synced 2025-10-07 03:41:47 +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