diff arogue5/rogue.c @ 64:a98834ce7e04

arogue5: add the savedir feature.
author elwin
date Fri, 10 Aug 2012 05:16:08 +0000
parents 0ed67132cf10
children b27bd9f8c7d0
line wrap: on
line diff
--- a/arogue5/rogue.c	Thu Aug 09 22:58:48 2012 +0000
+++ b/arogue5/rogue.c	Fri Aug 10 05:16:08 2012 +0000
@@ -114,6 +114,7 @@
 bool askme = FALSE;
 bool in_shell = FALSE; 
 bool daytime = TRUE;
+bool use_savedir = FALSE;
 coord delta;				/* Change indicated to get_dir() */
 LEVTYPE levtype;			/* type of level i'm on */