arogue7: implement the -n option.

This commit is contained in:
John "Elwin" Edwards 2015-05-11 16:46:00 -04:00
parent 7da765d616
commit 7824f79164
4 changed files with 43 additions and 1 deletions

View file

@ -1271,6 +1271,7 @@ extern bool slow_invent; /* Inventory one line at a time */
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; /* Are savefiles in SAVEDIR */
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 */