arogue5: add the savedir feature.
This commit is contained in:
parent
14fad3b319
commit
38a8534eb5
5 changed files with 40 additions and 4 deletions
|
|
@ -25,7 +25,8 @@
|
|||
/*
|
||||
* where scorefile should live
|
||||
*/
|
||||
#define SCOREFILE "/bnr/contrib/lib/rogue/scorefile"
|
||||
#define SCOREFILE "/var/local/games/roguelike/arogue5.scr"
|
||||
#define SAVEDIR "/var/local/games/roguelike/arogue5save/"
|
||||
|
||||
/*
|
||||
* Variables for checking to make sure the system isn't too loaded
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue