rogue3: move default locations to /var.

This commit is contained in:
John "Elwin" Edwards 2012-01-24 18:25:21 +00:00
parent f0a6e6d37c
commit e26d961c7a

View file

@ -23,8 +23,8 @@
/* Locations of various files. Comment out to disable. */ /* Locations of various files. Comment out to disable. */
/* The list of top ten scores. */ /* 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. */ /* 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. */ /* A standard location for saved games. */
#define SAVEDIR "/usr/local/games/roguelike/rogue3save/" #define SAVEDIR "/var/local/games/roguelike/rogue3save/"