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.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/directn.cc b/crawl-ref/source/directn.cc
index c75aa88657..365ae58dd3 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -1528,6 +1528,7 @@ void direction(dist& moves, targeting_type restricts,
bool in_range = (range < 0
|| grid_distance(moves.target,you.pos()) <= range);
terse_describe_square(moves.target, in_range);
+ flush_prev_message();
}
#ifdef USE_TILE