# HG changeset patch # User edwarj4 # Date 1255702884 0 # Node ID e361fbca47ecf902369b11572a9b48efea2e86c0 # Parent ca928738f2a07877ea3822ffcacf806925ed9e15 Ask about unidentified objects by default diff -r ca928738f2a0 -r e361fbca47ec rogue3/init.c --- a/rogue3/init.c Thu Oct 15 01:26:19 2009 +0000 +++ b/rogue3/init.c Fri Oct 16 14:21:24 2009 +0000 @@ -19,7 +19,7 @@ int playing = TRUE, running = FALSE, wizard = FALSE; int notify = TRUE, fight_flush = FALSE, terse = FALSE, door_stop = FALSE; -int jump = FALSE, slow_invent = FALSE, firstmove = FALSE, askme = FALSE; +int jump = FALSE, slow_invent = FALSE, firstmove = FALSE, askme = TRUE; int use_savedir = FALSE; int amulet = FALSE; int in_shell = FALSE;