# HG changeset patch # User edwarj4 # Date 1257002331 0 # Node ID 7ef854484e08ef2d09ecc446d2bb1ed5d1ffc827 # Parent e7dc81b41168b57c36a434ca91b73ea0bd0f5067 rogue4: ask about unidentified objects by default diff -r e7dc81b41168 -r 7ef854484e08 rogue4/extern.c --- a/rogue4/extern.c Sat Oct 31 13:20:00 2009 +0000 +++ b/rogue4/extern.c Sat Oct 31 15:18:51 2009 +0000 @@ -20,7 +20,7 @@ bool r_know[MAXRINGS]; /* Does he know what a ring does */ bool ws_know[MAXSTICKS]; /* Does he know what a stick does */ bool amulet = FALSE; /* He found the amulet */ -bool askme = FALSE; /* Ask about unidentified things */ +bool askme = TRUE; /* Ask about unidentified things */ bool door_stop = FALSE; /* Stop running when we pass a door */ bool fight_flush = FALSE; /* True if toilet input */ bool firstmove = FALSE; /* First move after setting door_stop */