Mercurial > hg > early-roguelike
changeset 15:7ef854484e08
rogue4: ask about unidentified objects by default
author | edwarj4 |
---|---|
date | Sat, 31 Oct 2009 15:18:51 +0000 |
parents | e7dc81b41168 |
children | a731f515575e |
files | rogue4/extern.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */