diff xrogue/rogue.h @ 136:1fbdefa82533

xrogue: initial support for the -n option. The scorefile location is also configurable now.
author John "Elwin" Edwards
date Wed, 22 Apr 2015 16:03:00 -0400
parents cfa9d1609b78
children dd137c35c3b1
line wrap: on
line diff
--- a/xrogue/rogue.h	Tue Apr 21 10:34:01 2015 -0400
+++ b/xrogue/rogue.h	Wed Apr 22 16:03:00 2015 -0400
@@ -1381,6 +1381,7 @@
 extern bool firstmove;                  /* First move after setting door_stop */
 extern bool waswizard;                  /* Was a wizard sometime */
 extern bool askme;                      /* Ask about unidentified things */
+extern bool use_savedir;                /* Use common save location */
 extern bool s_know[];                   /* Does he know what a scroll does */
 extern bool p_know[];                   /* Does he know what a potion does */
 extern bool r_know[];                   /* Does he know what a ring does */