diff arogue7/rogue.h @ 128:c697782a9b37

arogue7: implement the -n option.
author John "Elwin" Edwards
date Mon, 11 May 2015 16:46:00 -0400
parents adfa37e67084
children 1a64fd0bfea6
line wrap: on
line diff
--- a/arogue7/rogue.h	Mon May 11 13:36:36 2015 -0400
+++ b/arogue7/rogue.h	Mon May 11 16:46:00 2015 -0400
@@ -1271,6 +1271,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;		/* Are savefiles in SAVEDIR */
 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 */