mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-02 10:11:04 +00:00
- migrated to GZDoom's utility code.
This commit is contained in:
parent
2a9813eb5c
commit
f671eb622f
168 changed files with 10543 additions and 737 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue