Mercurial > hg > early-roguelike
comparison 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 |
comparison
equal
deleted
inserted
replaced
127:8ae3ffd6c6e7 | 128:c697782a9b37 |
---|---|
130 bool slow_invent = FALSE; | 130 bool slow_invent = FALSE; |
131 bool firstmove = FALSE; | 131 bool firstmove = FALSE; |
132 bool askme = FALSE; | 132 bool askme = FALSE; |
133 bool in_shell = FALSE; | 133 bool in_shell = FALSE; |
134 bool daytime = TRUE; | 134 bool daytime = TRUE; |
135 bool use_savedir = FALSE; | |
135 LEVTYPE levtype; /* type of level i'm on */ | 136 LEVTYPE levtype; /* type of level i'm on */ |
136 | 137 |
137 char *nothing = "Nothing seems to happen."; | 138 char *nothing = "Nothing seems to happen."; |
138 char *spacemsg = "--Press space to continue--"; | 139 char *spacemsg = "--Press space to continue--"; |
139 char *morestr = "-- More --"; | 140 char *morestr = "-- More --"; |