rogue3: move default locations to /var.
This commit is contained in:
parent
f0a6e6d37c
commit
e26d961c7a
1 changed files with 3 additions and 3 deletions
|
|
@ -23,8 +23,8 @@
|
|||
|
||||
/* Locations of various files. Comment out to disable. */
|
||||
/* The list of top ten scores. */
|
||||
#define SCOREFILE "/usr/local/games/roguelike/rogue3.scr"
|
||||
#define SCOREFILE "/var/local/games/roguelike/rogue3.scr"
|
||||
/* A text file with a record of every game. */
|
||||
#define LOGFILE "/usr/local/games/roguelike/rogue3.log"
|
||||
#define LOGFILE "/var/local/games/roguelike/rogue3.log"
|
||||
/* A standard location for saved games. */
|
||||
#define SAVEDIR "/usr/local/games/roguelike/rogue3save/"
|
||||
#define SAVEDIR "/var/local/games/roguelike/rogue3save/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue