UltraRogue: add the -n option.

This commit is contained in:
John "Elwin" Edwards 2017-02-09 16:29:45 -05:00
parent ed27d7a24f
commit 403d9ec171
4 changed files with 35 additions and 6 deletions

View file

@ -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;