diff --git a/sc2/src/config_win.h.in b/sc2/src/config_win.h.in index 734486bd2..032c253ed 100644 --- a/sc2/src/config_win.h.in +++ b/sc2/src/config_win.h.in @@ -21,10 +21,10 @@ #define CONFIGDIR USERDIR /* Directory where supermelee teams will be stored */ -#define MELEEDIR "%UQM_CONFIG_DIR/%teams/" +#define MELEEDIR "%UQM_CONFIG_DIR%/teams/" /* Directory where save games will be stored */ -#define SAVEDIR "%UQM_CONFIG_DIR/%save/" +#define SAVEDIR "%UQM_CONFIG_DIR%/save/" /* Defined if words are stored with the most significant byte first */ @WORDS_BIGENDIAN@ diff --git a/sc2/src/msvc++/config.h b/sc2/src/msvc++/config.h index d965ab5ed..177e12b54 100644 --- a/sc2/src/msvc++/config.h +++ b/sc2/src/msvc++/config.h @@ -21,10 +21,10 @@ #define CONFIGDIR USERDIR /* Directory where supermelee teams will be stored */ -#define MELEEDIR "%UQM_CONFIG_DIR%teams/" +#define MELEEDIR "%UQM_CONFIG_DIR%/teams/" /* Directory where save games will be stored */ -#define SAVEDIR "%UQM_CONFIG_DIR%save/" +#define SAVEDIR "%UQM_CONFIG_DIR%/save/" /* Define if words are stored with the most significant byte first */ #undef WORDS_BIGENDIAN