Add -n option and system savedir functionality
This commit is contained in:
parent
4662bbf65b
commit
265ac56d38
5 changed files with 65 additions and 22 deletions
|
|
@ -492,6 +492,7 @@ extern int take; /* Thing the rogue is taking */
|
|||
extern int terse; /* True if we should be int */
|
||||
extern struct magic_item things[NUMTHINGS]; /* Chances for each type of item */
|
||||
extern int total; /* Total dynamic memory bytes */
|
||||
extern int use_savedir; /* True if using system savedir */
|
||||
extern char * w_names[MAXWEAPONS]; /* Names of the various weapons */
|
||||
extern char wand_mons[27];
|
||||
extern int waswizard; /* Was a wizard sometime */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue