Mercurial > hg > early-roguelike
diff arogue7/rogue.c @ 128:c697782a9b37
arogue7: implement the -n option.
author | John "Elwin" Edwards |
---|---|
date | Mon, 11 May 2015 16:46:00 -0400 |
parents | adfa37e67084 |
children | aac28331e71d |
line wrap: on
line diff
--- a/arogue7/rogue.c Mon May 11 13:36:36 2015 -0400 +++ b/arogue7/rogue.c Mon May 11 16:46:00 2015 -0400 @@ -132,6 +132,7 @@ 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.";