change default for 'autodescribe' to 'on'

This was discussed two years ago then nothing happened.  Make
autodescribe for feedback when moving the cursor to pick something
default to on instead of off.
This commit is contained in:
PatR
2018-10-01 15:08:33 -07:00
parent 053880c149
commit 1110786ec2
4 changed files with 6 additions and 4 deletions

View File

@@ -78,7 +78,7 @@ static struct Bool_Opt {
#else
{ "asksavedisk", (boolean *) 0, FALSE, SET_IN_FILE },
#endif
{ "autodescribe", &iflags.autodescribe, FALSE, SET_IN_GAME },
{ "autodescribe", &iflags.autodescribe, TRUE, SET_IN_GAME },
{ "autodig", &flags.autodig, FALSE, SET_IN_GAME },
{ "autoopen", &flags.autoopen, TRUE, SET_IN_GAME },
{ "autopickup", &flags.pickup, TRUE, SET_IN_GAME },