summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-20 10:56:39 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-20 10:56:39 +0000
commitd31d7584ae39422c3ba70297d6abd1da69d2e714 (patch)
tree021abc01ae108f766018be4835deedc80dc1efdc /crawl-ref/source/spells2.h
parenta324c4ba0fbb3c8b96c549301237db8b6efdea1c (diff)
downloadcrawl-ref-d31d7584ae39422c3ba70297d6abd1da69d2e714.tar.gz
crawl-ref-d31d7584ae39422c3ba70297d6abd1da69d2e714.zip
2058436: better interface for the range-1 attack spells.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6955 c06c8d41-db1a-0410-9941-cceddc491573
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}