/ placement

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2642 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
Meep-Eep
2007-01-04 07:56:09 +00:00
parent cba93f7fce
commit a97570fc8c
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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@
+2 -2
View File
@@ -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