summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/main.cc')
-rw-r--r--crawl-ref/source/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/main.cc b/crawl-ref/source/main.cc
index 29ddf321e6..6c971cc7f3 100644
--- a/crawl-ref/source/main.cc
+++ b/crawl-ref/source/main.cc
@@ -1790,7 +1790,7 @@ void process_command( command_type cmd )
"(v - describe square, ? - help)", MSGCH_PROMPT);
struct dist lmove; // Will be initialised by direction().
- direction(lmove, DIR_TARGET, TARG_ANY, -1, true);
+ direction(lmove, DIR_TARGET, TARG_ANY, -1, true, false);
if (lmove.isValid && lmove.isTarget && !lmove.isCancel
&& !crawl_state.arena_suspended)
{