- Backend update from Raze

This commit is contained in:
Christoph Oelckers 2022-04-25 17:31:20 +02:00
commit 4e72ea1cfa
4 changed files with 16 additions and 9 deletions

View file

@ -43,7 +43,7 @@
void M_StartControlPanel(bool makeSound, bool scaleoverride = false);
FName MessageBoxClass = NAME_MessageBoxMenu;
CVAR(Bool, m_quickexit, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
CVAR(Bool, m_quickexit, false, CVAR_ARCHIVE)
typedef void(*hfunc)();
DEFINE_ACTION_FUNCTION(DMessageBoxMenu, CallHandler)