summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/beam.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/beam.cc')
-rw-r--r--crawl-ref/source/beam.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index 50a9a87ff4..fc7c8d2d98 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -1592,7 +1592,7 @@ void bolt::choose_ray()
{
if (!chose_ray || reflections > 0)
{
- if (!find_ray(source, target, ray, 0, true))
+ if (!find_ray(source, target, ray))
fallback_ray(source, target, ray);
}
}