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:
parent
053a248658
commit
94b05cac99
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue