mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-02 14:12:47 +00:00
M_StartCup: Also set restorelevellist
This commit is contained in:
parent
5e85de05ec
commit
037c3a2aa1
1 changed files with 2 additions and 0 deletions
|
|
@ -129,7 +129,9 @@ static void M_StartCup(UINT8 entry)
|
|||
SV_StartSinglePlayerServer(levellist.newgametype, levellist.netgame);
|
||||
|
||||
M_ClearMenus(true);
|
||||
|
||||
restoreMenu = &PLAY_CupSelectDef;
|
||||
restorelevellist = levellist;
|
||||
|
||||
if (entry < roundqueue.size)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue