summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells4.cc')
-rw-r--r--crawl-ref/source/spells4.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells4.cc b/crawl-ref/source/spells4.cc
index 2bf09e4eb8..b3f96e5ca3 100644
--- a/crawl-ref/source/spells4.cc
+++ b/crawl-ref/source/spells4.cc
@@ -1369,7 +1369,7 @@ bool cast_fragmentation(int pow, const dist& spd)
const char *what = NULL;
ray_def ray;
- if (!find_ray(you.pos(), spd.target, false, ray))
+ if (!find_ray(you.pos(), spd.target, ray))
{
mpr("There's a wall in the way!");
return (false);