mirror of
https://github.com/GTAmodding/re3.git
synced 2025-07-08 05:54:09 +00:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
bd302ecca1
8 changed files with 34 additions and 23 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue