rogue4: add -n option and system savedir

This commit is contained in:
John "Elwin" Edwards 2009-10-31 01:51:52 +00:00
parent 9f62c197cc
commit 18a08fce7e
6 changed files with 53 additions and 8 deletions

View file

@ -32,6 +32,7 @@ bool running = FALSE; /* True if player is running */
bool save_msg = TRUE; /* Remember last msg */
bool slow_invent = FALSE; /* Inventory one line at a time */
bool terse = FALSE; /* True if we should be short */
bool use_savedir = FALSE; /* True if using system savefile area */
#ifdef WIZARD
bool wizard = FALSE; /* True if allows wizard commands */
#endif