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.
This commit is contained in:
John "Elwin" Edwards 2015-05-21 09:02:15 -04:00
parent 053a248658
commit 94b05cac99

View file

@ -130,7 +130,7 @@ bool door_stop = FALSE;
bool jump = FALSE;
bool slow_invent = FALSE;
bool firstmove = FALSE;
bool askme = FALSE;
bool askme = TRUE;
bool in_shell = FALSE;
bool daytime = TRUE;
bool use_savedir = FALSE;