arogue7: implement the -n option.

This commit is contained in:
John "Elwin" Edwards 2015-05-11 16:46:00 -04:00
parent 7da765d616
commit 7824f79164
4 changed files with 43 additions and 1 deletions

View file

@ -132,6 +132,7 @@ bool firstmove = FALSE;
bool askme = FALSE;
bool in_shell = FALSE;
bool daytime = TRUE;
bool use_savedir = FALSE;
LEVTYPE levtype; /* type of level i'm on */
char *nothing = "Nothing seems to happen.";