diff xrogue/rogue.c @ 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 e6179860cb76
children aac28331e71d
line wrap: on
line diff
--- a/xrogue/rogue.c	Tue Apr 21 10:34:01 2015 -0400
+++ b/xrogue/rogue.c	Wed Apr 22 16:03:00 2015 -0400
@@ -99,6 +99,7 @@
 bool pool_teleport = FALSE;             /* just teleported from a pool */
 bool inwhgt = FALSE;                    /* true if from wghtchk() */
 bool after;                             /* True if we want after daemons */
+bool use_savedir = FALSE;               /* Use common save location? */
 bool waswizard;                         /* Was a wizard sometime */
 bool s_know[MAXSCROLLS];                /* Does he know what a scroll does */
 bool p_know[MAXPOTIONS];                /* Does he know what a potion does */