- moved IWAD CVARs to backend.

This commit is contained in:
Christoph Oelckers 2022-10-02 14:42:26 +02:00
commit 75afc69306
2 changed files with 7 additions and 2 deletions

View file

@ -49,8 +49,8 @@
#include "findfile.h"
#include "i_interface.h"
CVAR (Bool, queryiwad, true, CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
CVAR (String, defaultiwad, "", CVAR_ARCHIVE|CVAR_GLOBALCONFIG);
EXTERN_CVAR(Bool, queryiwad);
EXTERN_CVAR(Bool, defaultiwad);
//==========================================================================
//