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

@ -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 */