diff 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
line wrap: on
line diff
--- a/arogue7/mach_dep.h	Fri May 08 16:45:41 2015 -0400
+++ b/arogue7/mach_dep.h	Mon May 11 13:36:36 2015 -0400
@@ -41,7 +41,7 @@
  * where scorefile should live
  */
 #ifndef SCOREFILE
-#define SCOREFILE	"/usr/games/lib/rogue_roll"
+#define SCOREFILE	"arogue7.scr"
 #endif
 
 /*