Merge branch 'master' of https://github.com/coelckers/gzdoom into lightmaps-new

This commit is contained in:
Rachael Alexanderson 2022-01-24 12:10:18 -05:00
commit 688e5ac694

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(Bool, m_quickexit, false, CVAR_ARCHIVE | CVAR_GLOBALCONFIG)
typedef void(*hfunc)();
DEFINE_ACTION_FUNCTION(DMessageBoxMenu, CallHandler)