summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 06e4e70452..124032f9f4 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -35,7 +35,7 @@ bool sunlight();
bool prioritise_adjacent(coord_def & target, std::vector<coord_def> & candidates);
bool plant_ring_from_fruit();
-int rain(coord_def & target);
+int rain(const coord_def &target);
int corpse_spores(beh_type behavior = BEH_FRIENDLY);
bool evolve_flora();