diff rogue4/extern.c @ 13:63b9fd7d70ce

rogue4: add -n option and system savedir
author edwarj4
date Sat, 31 Oct 2009 01:51:52 +0000
parents 9535a08ddc39
children 7ef854484e08
line wrap: on
line diff
--- a/rogue4/extern.c	Sat Oct 24 16:52:52 2009 +0000
+++ b/rogue4/extern.c	Sat Oct 31 01:51:52 2009 +0000
@@ -32,6 +32,7 @@
 bool save_msg = TRUE;			/* Remember last msg */
 bool slow_invent = FALSE;		/* Inventory one line at a time */
 bool terse = FALSE;			/* True if we should be short */
+bool use_savedir = FALSE;		/* True if using system savefile area */
 #ifdef WIZARD
 bool wizard = FALSE;			/* True if allows wizard commands */
 #endif