summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/direct.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/direct.cc')
-rw-r--r--crawl-ref/source/direct.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/direct.cc b/crawl-ref/source/direct.cc
index b08f307a6b..7d7598cf0e 100644
--- a/crawl-ref/source/direct.cc
+++ b/crawl-ref/source/direct.cc
@@ -619,7 +619,7 @@ void direction(dist& moves, targeting_type restricts,
if ( moves.isTarget &&
moves.tx == you.x_pos && moves.ty == you.y_pos &&
mode == TARG_ENEMY && Options.confirm_self_target &&
- !yesno("Really target yourself?"))
+ !yesno("Really target yourself?", false, 'n'))
{
mesclr();
show_prompt = true;