comparison arogue5/mach_dep.h @ 64:a98834ce7e04

arogue5: add the savedir feature.
author elwin
date Fri, 10 Aug 2012 05:16:08 +0000
parents 0ed67132cf10
children 7aff18a8d508
comparison
equal deleted inserted replaced
63:0ed67132cf10 64:a98834ce7e04
23 #undef LIMITSCORE 23 #undef LIMITSCORE
24 24
25 /* 25 /*
26 * where scorefile should live 26 * where scorefile should live
27 */ 27 */
28 #define SCOREFILE "/bnr/contrib/lib/rogue/scorefile" 28 #define SCOREFILE "/var/local/games/roguelike/arogue5.scr"
29 #define SAVEDIR "/var/local/games/roguelike/arogue5save/"
29 30
30 /* 31 /*
31 * Variables for checking to make sure the system isn't too loaded 32 * Variables for checking to make sure the system isn't too loaded
32 * for people to play 33 * for people to play
33 */ 34 */