arogue7: implement the -n option.
This commit is contained in:
parent
7da765d616
commit
7824f79164
4 changed files with 43 additions and 1 deletions
|
|
@ -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.";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue