mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-02-25 06:51:09 +00:00
M_SpecificMenuRestore: Catch prevMenu corruption for mid-game Character Select
This commit is contained in:
parent
0474675109
commit
c71d4cbeaa
1 changed files with 3 additions and 0 deletions
|
|
@ -433,6 +433,9 @@ menu_t *M_SpecificMenuRestore(menu_t *torestore)
|
|||
M_MPOptSelectInit(-1);
|
||||
}
|
||||
|
||||
// One last catch.
|
||||
PLAY_CharSelectDef.prevMenu = &MainDef;
|
||||
|
||||
return torestore;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue