mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
M_LevelListFromGametype: Fix invalid Tutorial-specific behaviour
This commit is contained in:
parent
97f39abef3
commit
de7d53b4ea
1 changed files with 6 additions and 2 deletions
|
|
@ -586,10 +586,14 @@ boolean M_LevelListFromGametype(INT16 gt)
|
|||
possiblecursor++;
|
||||
}
|
||||
|
||||
if (test != NEXTMAP_INVALID)
|
||||
if (test < nummapheaders)
|
||||
{
|
||||
levellist.cursor = possiblecursor;
|
||||
invalidatedcursor = false;
|
||||
}
|
||||
}
|
||||
else if (invalidatedcursor)
|
||||
|
||||
if (invalidatedcursor)
|
||||
{
|
||||
levellist.cursor = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue