mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:30:50 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@ -78,7 +78,7 @@ static int32 NextValidModelId(int32 mi, int32 step)
|
||||
int32 i = mi;
|
||||
while (result == -1) {
|
||||
i += step;
|
||||
if (i < 0 || i > 5500) {
|
||||
if (i < 0 || i > MODELINFOSIZE) {
|
||||
step = -step;
|
||||
continue;
|
||||
}
|
||||
|
Reference in New Issue
Block a user