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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 124032f9f4..dcc02dfed2 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -32,7 +32,8 @@ int create_plant(coord_def & target);
//bool plant_from_fruit();
bool sunlight();
-bool prioritise_adjacent(coord_def & target, std::vector<coord_def> & candidates);
+bool prioritise_adjacent(const coord_def &target,
+ std::vector<coord_def> &candidates);
bool plant_ring_from_fruit();
int rain(const coord_def &target);