UltraRogue: add the -n option.
This commit is contained in:
parent
ed27d7a24f
commit
403d9ec171
4 changed files with 35 additions and 6 deletions
|
|
@ -138,6 +138,7 @@ int fighting = FALSE;
|
|||
int wizard = FALSE;
|
||||
int wiz_verbose = TRUE;
|
||||
int moving = FALSE;
|
||||
int use_savedir = FALSE;
|
||||
coord delta; /* Change indicated to get_dir() */
|
||||
LEVTYPE levtype; /* type of level i'm on */
|
||||
long purse = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue