M_SpecificMenuRestore: Catch prevMenu corruption for mid-game Character Select

This commit is contained in:
toaster 2023-02-17 17:11:14 +00:00
parent 0474675109
commit c71d4cbeaa

View file

@ -433,6 +433,9 @@ menu_t *M_SpecificMenuRestore(menu_t *torestore)
M_MPOptSelectInit(-1);
}
// One last catch.
PLAY_CharSelectDef.prevMenu = &MainDef;
return torestore;
}