mirror of
https://github.com/halpz/re3.git
synced 2025-07-03 07:10:43 +00:00
some fixes and cosmetic changes
This commit is contained in:
@ -76,7 +76,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