arogue7: implement the -n option.
This commit is contained in:
parent
7da765d616
commit
7824f79164
4 changed files with 43 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue