comparison arogue7/mach_dep.h @ 127:8ae3ffd6c6e7

arogue7: make the scorefile location configurable.
author John "Elwin" Edwards
date Mon, 11 May 2015 13:36:36 -0400
parents adfa37e67084
children 7faf4568c295
comparison
equal deleted inserted replaced
126:b786053d2f37 127:8ae3ffd6c6e7
39 39
40 /* 40 /*
41 * where scorefile should live 41 * where scorefile should live
42 */ 42 */
43 #ifndef SCOREFILE 43 #ifndef SCOREFILE
44 #define SCOREFILE "/usr/games/lib/rogue_roll" 44 #define SCOREFILE "arogue7.scr"
45 #endif 45 #endif
46 46
47 /* 47 /*
48 * Variables for checking to make sure the system isn't too loaded 48 * Variables for checking to make sure the system isn't too loaded
49 * for people to play 49 * for people to play