diff arogue5/rogue.h @ 64:a98834ce7e04

arogue5: add the savedir feature.
author elwin
date Fri, 10 Aug 2012 05:16:08 +0000
parents 0ed67132cf10
children 7aff18a8d508
line wrap: on
line diff
--- a/arogue5/rogue.h	Thu Aug 09 22:58:48 2012 +0000
+++ b/arogue5/rogue.h	Fri Aug 10 05:16:08 2012 +0000
@@ -1096,6 +1096,7 @@
 extern bool m_know[];			/* Does he know what a MM does */
 extern bool in_shell;			/* True if executing a shell */
 extern bool daytime;			/* Indicates whether it is daytime */
+extern bool use_savedir;		/* True if using systemwide save area */
 extern coord oldpos;			/* Position before last look() call */
 extern coord delta;			/* Change indicated to get_dir() */
 extern coord grid[];			/* used for random pos generation */