]> git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - quakedef.h
use CONFIGFILENAME and STARTCONFIGFILENAME macros instead of config.cfg
[xonotic/darkplaces.git] / quakedef.h
index 98a997ff590dc8de301daaf7b445c49bbafcc52e..c680ccd5d2cb1cccaad117ad65dc66f75e197823 100644 (file)
@@ -394,6 +394,9 @@ extern cvar_t developer_insane;
 extern cvar_t developer_loadfile;
 extern cvar_t developer_loading;
 
+#define STARTCONFIGFILENAME "quake.rc"
+#define CONFIGFILENAME "config.cfg"
+
 /* Preprocessor macros to identify platform
     DP_OS_NAME         - "friendly" name of the OS, for humans to read
     DP_OS_STR  - "identifier" of the OS, more suited for code to use