- make m_quickexit a global CVAR

This commit is contained in:
Blue Shadow 2022-01-01 09:19:04 +03:00 committed by Rachael Alexanderson
parent 2ab4539d40
commit fefb0e9702

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)