- moved IWAD CVARs to backend.
This commit is contained in:
parent
c596095fe0
commit
75afc69306
2 changed files with 7 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
#include "st_start.h"
|
||||
#include "gamestate.h"
|
||||
#include "startupinfo.h"
|
||||
#include "c_cvars.h"
|
||||
|
||||
static_assert(sizeof(void*) == 8, "32 builds are not supported");
|
||||
|
||||
|
|
@ -18,3 +19,7 @@ gamestate_t gamestate = GS_STARTUP;
|
|||
bool ToggleFullscreen;
|
||||
|
||||
FStartupInfo GameStartupInfo;
|
||||
|
||||
CVAR(Bool, queryiwad, true, CVAR_ARCHIVE | CVAR_GLOBALCONFIG);
|
||||
CVAR(String, defaultiwad, "", CVAR_ARCHIVE | CVAR_GLOBALCONFIG);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue