* Write q3config_server.cfg for the server, to avoid reseting client variables
after running a dedicated server
This commit is contained in:
parent
fd69a32508
commit
e31156e586
3 changed files with 9 additions and 3 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue