diff rogue3/init.c @ 5:e361fbca47ec

Ask about unidentified objects by default
author edwarj4
date Fri, 16 Oct 2009 14:21:24 +0000
parents e551d384f7c6
children ee250e3646fd
line wrap: on
line diff
--- 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;