Add option to have autodescribe on by default

This commit is contained in:
Pasi Kallinen
2015-12-16 21:42:37 +02:00
parent af6887796f
commit 929be769ec
6 changed files with 15 additions and 6 deletions

View File

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