rogue4: add -n option and system savedir
This commit is contained in:
parent
9f62c197cc
commit
18a08fce7e
6 changed files with 53 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue