UQM: fix to data paths
This commit is contained in:
@@ -11,19 +11,19 @@
|
||||
#define _CONFIG_UNIX_H
|
||||
|
||||
/* Directory where the UQM game data is located */
|
||||
#define CONTENTDIR "./"
|
||||
#define CONTENTDIR ""
|
||||
|
||||
/* Directory where game data will be stored */
|
||||
#define USERDIR "./config/"
|
||||
#define USERDIR "config/"
|
||||
|
||||
/* Directory where config files will be stored */
|
||||
#define CONFIGDIR USERDIR
|
||||
|
||||
/* Directory where supermelee teams will be stored */
|
||||
#define MELEEDIR "./teams/"
|
||||
#define MELEEDIR "teams/"
|
||||
|
||||
/* Directory where save games will be stored */
|
||||
#define SAVEDIR "./save/"
|
||||
#define SAVEDIR "save/"
|
||||
|
||||
/* Defined if words are stored with the most significant byte first */
|
||||
#ifdef __ARMEL__
|
||||
|
||||
Reference in New Issue
Block a user