summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/directn.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/directn.cc')
-rw-r--r--crawl-ref/source/directn.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index cd94c49360..665f41c81b 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -999,7 +999,11 @@ void direction(dist& moves, targetting_type restricts,
#endif
if (crawl_state.is_replaying_keys() && restricts != DIR_DIR)
+ {
+ _direction_again(moves, restricts, mode, range, just_looking,
+ prompt, beh);
return;
+ }
// NOTE: Even if just_looking is set, moves is still interesting,
// because we can travel there!