comparison arogue7/rogue.c @ 148:c8fc38d903a3

arogue7: ask about unidentified objects by default. The 'askme' option is on in some games and off in others, probably due to authorial preference. I am going to be consistent and turn it on in all of them.
author John "Elwin" Edwards
date Thu, 21 May 2015 09:02:15 -0400
parents aac28331e71d
children ca876944b196
comparison
equal deleted inserted replaced
147:301ed6992c2e 148:c8fc38d903a3
128 bool menu_overlay = TRUE; 128 bool menu_overlay = TRUE;
129 bool door_stop = FALSE; 129 bool door_stop = FALSE;
130 bool jump = FALSE; 130 bool jump = FALSE;
131 bool slow_invent = FALSE; 131 bool slow_invent = FALSE;
132 bool firstmove = FALSE; 132 bool firstmove = FALSE;
133 bool askme = FALSE; 133 bool askme = TRUE;
134 bool in_shell = FALSE; 134 bool in_shell = FALSE;
135 bool daytime = TRUE; 135 bool daytime = TRUE;
136 bool use_savedir = FALSE; 136 bool use_savedir = FALSE;
137 FILE *logfile = NULL; 137 FILE *logfile = NULL;
138 LEVTYPE levtype; /* type of level i'm on */ 138 LEVTYPE levtype; /* type of level i'm on */