Rename data directory to avoid conflicts
This commit is contained in:
parent
d1a9080187
commit
5acfc5137e
1 changed files with 2 additions and 2 deletions
|
|
@ -444,9 +444,9 @@ enum {
|
|||
|
||||
// Name of local directory for config files and savegames
|
||||
#if (((defined (__unix__) && !defined (MSDOS)) || defined (UNIXCOMMON)) && !defined (__CYGWIN__)) && !defined (__APPLE__)
|
||||
#define DEFAULTDIR ".srb2kart"
|
||||
#define DEFAULTDIR ".srb2kart-v2"
|
||||
#else
|
||||
#define DEFAULTDIR "srb2kart"
|
||||
#define DEFAULTDIR "srb2kart-v2"
|
||||
#endif
|
||||
|
||||
#include "g_state.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue