mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2024-11-26 22:21:16 +00:00
Fixing q3config.cfg vs. Reaction.cfg issue
This commit is contained in:
parent
7737b5ecae
commit
e69c8b3a00
1 changed files with 2 additions and 2 deletions
|
@ -580,9 +580,9 @@ issues.
|
|||
#define MAX_FILE_HANDLES 64
|
||||
|
||||
#ifdef DEDICATED
|
||||
# define Q3CONFIG_CFG "q3config_server.cfg"
|
||||
# define Q3CONFIG_CFG "Reaction_server.cfg"
|
||||
#else
|
||||
# define Q3CONFIG_CFG "q3config.cfg"
|
||||
# define Q3CONFIG_CFG "Reaction.cfg"
|
||||
#endif
|
||||
|
||||
qboolean FS_Initialized( void );
|
||||
|
|
Loading…
Reference in a new issue