From 403d55fd98777e5064af85b3497813bf4352e0eb Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Fri, 16 Oct 2009 11:46:50 +0200 Subject: Revert radiance and refrigeration patches for the moment. There's a couple of issues with these that were missed. This reverts commits 70c41610927b7f9adfc3a0fd6c72c7af6756427e dce44e60507ec723f3cf94cdeadc6762ee492786 6525d257d208e990f5d62213adf6a062943e6626 6d9b6f226847487b3fd9e2ff408d7c0f42361c93. --- 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 b1d26280fb..c1b1ff2c9f 100644 --- a/crawl-ref/source/spells2.h +++ b/crawl-ref/source/spells2.h @@ -23,9 +23,8 @@ bool vampiric_drain(int pow, const dist &vmove); int detect_creatures(int pow, bool telepathic = false); int detect_items(int pow); int detect_traps(int pow); -void cast_refrigeration(int pow, bool monster_cast = false, - int caster = NON_MONSTER); -void cast_toxic_radiance(bool monster_cast = false); +void cast_refrigeration(int pow); +void cast_toxic_radiance(void); void drain_life(int pow); int fungal_bloom(); -- cgit v1.2.3-54-g00ecf