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.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/beam.cc b/crawl-ref/source/beam.cc
index fc7c8d2d98..e0c7dc5f99 100644
--- a/crawl-ref/source/beam.cc
+++ b/crawl-ref/source/beam.cc
@@ -2852,8 +2852,7 @@ bool check_line_of_sight(const coord_def& source, const coord_def& target)
// Note that we are guaranteed to be within the player LOS range,
// so fallback is unnecessary.
- ray_def ray;
- return find_ray(source, target, ray);
+ return exists_ray(source, target);
}
// When a mimic is hit by a ranged attack, it teleports away (the slow