xrogue: initial support for the -n option.
The scorefile location is also configurable now.
This commit is contained in:
parent
dec970210b
commit
e35502804b
4 changed files with 39 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue