summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.cc')
-rw-r--r--crawl-ref/source/spells2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.cc b/crawl-ref/source/spells2.cc
index f35a9e1f49..b0f2f38563 100644
--- a/crawl-ref/source/spells2.cc
+++ b/crawl-ref/source/spells2.cc
@@ -1728,7 +1728,7 @@ int fungal_bloom()
int processed_count = 0;
bool kills = false;
- for (radius_iterator i(you.position, LOS_RADIUS); i; ++i)
+ for (radius_iterator i(you.pos(), LOS_RADIUS); i; ++i)
{
actor *target = actor_at(*i);
if (target && (target->atype() == ACT_PLAYER