mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-25 17:32:27 +00:00
Do not set restorelevellist on Challenges Menu tutorial warps
Resolves #1649
This commit is contained in:
parent
f40138b41d
commit
aed507baf4
1 changed files with 3 additions and 1 deletions
|
|
@ -1189,7 +1189,9 @@ boolean M_ChallengesInputs(INT32 ch)
|
|||
multiplayer = true;
|
||||
|
||||
restoreMenu = currentMenu;
|
||||
restorelevellist = levellist;
|
||||
//restorelevellist = levellist; -- do NOT do this!
|
||||
// levellist is NOT valid here in the case of
|
||||
// interrupted NEXTMAP_TITLE menu restore
|
||||
|
||||
// mild hack
|
||||
levellist.newgametype = guessgt;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue