Option for main() commandline parameters in ChangeAppSettings.sh, fixed UQM translation packs

This commit is contained in:
pelya
2010-11-12 15:17:14 +02:00
parent 3305fb1b9d
commit 62e8c34a88
7 changed files with 67 additions and 1054 deletions

View File

@@ -14,16 +14,16 @@
#define CONTENTDIR ""
/* Directory where game data will be stored */
#define USERDIR "/data/data/com.sourceforge.sc2/files/config/"
#define USERDIR "config/"
/* Directory where config files will be stored */
#define CONFIGDIR USERDIR
/* Directory where supermelee teams will be stored */
#define MELEEDIR "${UQM_CONFIG_DIR}/teams/"
#define MELEEDIR "teams/"
/* Directory where save games will be stored */
#define SAVEDIR "${UQM_CONFIG_DIR}/save/"
#define SAVEDIR "save/"
/* Defined if words are stored with the most significant byte first */
#ifdef __ARMEL__