- migrated to GZDoom's utility code.

This commit is contained in:
Christoph Oelckers 2020-04-11 23:50:43 +02:00
parent 2a9813eb5c
commit f671eb622f
168 changed files with 10543 additions and 737 deletions

View file

@ -430,7 +430,7 @@ CCMD (menu_quit)
DMenu *newmenu = CreateMessageBoxMenu(DMenu::CurrentMenu, EndString, 0, 500, false, NAME_None, [](bool res)
{
if (res) throw ExitEvent(0);
if (res) throw CExitEvent(0);
});
M_ActivateMenu(newmenu);