mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 03:51:50 +00:00
Fix usage of levellist.typeoflevel in M_GetNextLevelInList
This commit is contained in:
parent
286331b5c9
commit
7ff46e31b4
1 changed files with 1 additions and 1 deletions
|
|
@ -3453,7 +3453,7 @@ INT16 M_GetNextLevelInList(INT16 map, UINT8 *i, UINT32 tol, cupheader_t *cup)
|
|||
else
|
||||
{
|
||||
map++;
|
||||
while (!M_CanShowLevelInList(map, levellist.typeoflevel) && map < nummapheaders)
|
||||
while (!M_CanShowLevelInList(map, tol) && map < nummapheaders)
|
||||
map++;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue