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 a5aadee955..4d3b32af97 100644
--- a/crawl-ref/source/directn.cc
+++ b/crawl-ref/source/directn.cc
@@ -1267,6 +1267,7 @@ void direction(dist& moves, targetting_type restricts,
moves.target = you.pos() + moves.delta;
moves.isValid = true;
moves.isTarget = false;
+ have_beam = false;
show_beam = false;
moves.choseRay = false;
loop_done = true;