aboutsummaryrefslogtreecommitdiffstats
path: root/code/qcommon/qcommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/qcommon/qcommon.h')
-rw-r--r--code/qcommon/qcommon.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/code/qcommon/qcommon.h b/code/qcommon/qcommon.h
index 33d3d9e..817bbab 100644
--- a/code/qcommon/qcommon.h
+++ b/code/qcommon/qcommon.h
@@ -536,6 +536,12 @@ issues.
#define MAX_FILE_HANDLES 64
+#ifdef DEDICATED
+# define Q3CONFIG_CFG "q3config_server.cfg"
+#else
+# define Q3CONFIG_CFG "q3config.cfg"
+#endif
+
qboolean FS_Initialized( void );
void FS_InitFilesystem ( void );