summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spl-util.cc')
-rw-r--r--crawl-ref/source/spl-util.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spl-util.cc b/crawl-ref/source/spl-util.cc
index 083cc13d14..56cb1eedb7 100644
--- a/crawl-ref/source/spl-util.cc
+++ b/crawl-ref/source/spl-util.cc
@@ -965,7 +965,7 @@ static bool _cloud_helper(cloud_func func, const coord_def& where,
cloud_type ctype, kill_category whose,
killer_type killer)
{
- if (!grid_is_solid(grd(where)) && env.cgrid(where) == EMPTY_CLOUD)
+ if (!feat_is_solid(grd(where)) && env.cgrid(where) == EMPTY_CLOUD)
{
func(where, pow, spread_rate, ctype, whose, killer);
return (true);