Make EF use separate client and server config files

This commit is contained in:
Zack Middleton 2015-06-24 20:10:10 -05:00
parent 3e84d5696f
commit 88f7cf1994

View file

@ -637,7 +637,11 @@ issues.
#define MAX_FILE_HANDLES 64
#ifdef ELITEFORCE
#define Q3CONFIG_CFG "hmconfig.cfg"
#ifdef DEDICATED
# define Q3CONFIG_CFG "hmconfig_server.cfg"
#else
# define Q3CONFIG_CFG "hmconfig.cfg"
#endif
#else
#ifdef DEDICATED
# define Q3CONFIG_CFG "q3config_server.cfg"