Mercurial > hg > early-roguelike
changeset 5:e361fbca47ec
Ask about unidentified objects by default
author | edwarj4 |
---|---|
date | Fri, 16 Oct 2009 14:21:24 +0000 |
parents | ca928738f2a0 |
children | 9a2c0c60c386 |
files | rogue3/init.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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;