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
|
|
@ -20,6 +20,7 @@
|
|||
int playing = TRUE, running = FALSE, wizard = FALSE;
|
||||
int notify = TRUE, fight_flush = FALSE, terse = FALSE, door_stop = FALSE;
|
||||
int jump = FALSE, slow_invent = FALSE, firstmove = FALSE, askme = FALSE;
|
||||
int use_savedir = FALSE;
|
||||
int amulet = FALSE;
|
||||
int in_shell = FALSE;
|
||||
struct linked_list *lvl_obj = NULL, *mlist = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue