Skip to content
Snippets Groups Projects
Commit c71d4cbe authored by toaster's avatar toaster
Browse files

M_SpecificMenuRestore: Catch prevMenu corruption for mid-game Character Select

parent 04746751
No related branches found
No related tags found
No related merge requests found
......@@ -433,6 +433,9 @@ menu_t *M_SpecificMenuRestore(menu_t *torestore)
M_MPOptSelectInit(-1);
}
// One last catch.
PLAY_CharSelectDef.prevMenu = &MainDef;
return torestore;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment