From 3b56aaee9f71dfb8274f9c2e86eca9a2b0a7dfd9 Mon Sep 17 00:00:00 2001 From: dolorous Date: Tue, 28 Jul 2009 16:09:06 +0000 Subject: Apply RjY's patch in [2828451], slightly tweaked, to fix compilation. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10452 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/spells2.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'crawl-ref/source/spells2.h') diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h index 5401bf5fc1..39a69bae54 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -34,14 +34,13 @@ int create_plant(coord_def & target); //bool plant_from_fruit(); bool sunlight(); - +bool prioritise_adjacent(coord_def & target, std::vector & candidates); bool plant_ring_from_fruit(); int rain(coord_def & target); -void corpse_spores(); +int corpse_spores(beh_type behavior = BEH_FRIENDLY); bool evolve_flora(); - bool restore_stat(unsigned char which_stat, unsigned char stat_gain, bool suppress_msg, bool recovery = false); -- cgit v1.2.3-54-g00ecf