summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/effects.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/effects.cc')
-rw-r--r--crawl-ref/source/effects.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/effects.cc b/crawl-ref/source/effects.cc
index a98d43b465..76b26a88c3 100644
--- a/crawl-ref/source/effects.cc
+++ b/crawl-ref/source/effects.cc
@@ -4357,7 +4357,7 @@ static int _mushroom_ring(item_def &corpse, int & seen_count)
std::vector<std::vector<coord_def> > radius_points;
env_show_grid losgrid;
- losight(losgrid, los_param_solid(corpse.pos));
+ losight(losgrid, corpse.pos, opc_solid);
collect_radius_points(radius_points, corpse.pos, losgrid);