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 7612fd91b2..2469e5e0ef 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -25,7 +25,7 @@ bool brand_weapon(brand_type which_brand, int power);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-char burn_freeze(int pow, beam_type b_f);
+bool burn_freeze(int pow, beam_type flavour, int targetmon);
// last updated 24may2000 {dlb}