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
|
|
@ -1381,6 +1381,7 @@ extern bool def_attr; /* True for default attributes */
|
|||
extern bool firstmove; /* First move after setting door_stop */
|
||||
extern bool waswizard; /* Was a wizard sometime */
|
||||
extern bool askme; /* Ask about unidentified things */
|
||||
extern bool use_savedir; /* Use common save location */
|
||||
extern bool s_know[]; /* Does he know what a scroll does */
|
||||
extern bool p_know[]; /* Does he know what a potion does */
|
||||
extern bool r_know[]; /* Does he know what a ring does */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue