diff rogue4/extern.c @ 15:7ef854484e08

rogue4: ask about unidentified objects by default
author edwarj4
date Sat, 31 Oct 2009 15:18:51 +0000
parents 63b9fd7d70ce
children ea7372f5d314
line wrap: on
line diff
--- 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 */