xrogue: initial support for the -n option.

The scorefile location is also configurable now.
This commit is contained in:
John "Elwin" Edwards 2015-04-22 16:03:00 -04:00
parent dec970210b
commit e35502804b
4 changed files with 39 additions and 2 deletions

View file

@ -99,6 +99,7 @@ WINDOW *msgw; /* Used to display messages */
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 */