summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-15 22:18:34 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-15 22:18:34 +0000
commit1c3415a86cc3ad2e3ab9af953dce5e38ec347d78 (patch)
tree7e7b1b4d25f9b32b488e2f6665f8205469a84c3d /crawl-ref/source/spells2.h
parent2a497a24d4c25cb26930fbda6ce3177042a8ed20 (diff)
downloadcrawl-ref-1c3415a86cc3ad2e3ab9af953dce5e38ec347d78.tar.gz
crawl-ref-1c3415a86cc3ad2e3ab9af953dce5e38ec347d78.zip
Fix warning.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9096 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 1ef58c5818..c678e0b0d0 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -14,18 +14,8 @@
struct dist;
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
bool brand_weapon(brand_type which_brand, int power);
-
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
-bool burn_freeze(int pow, beam_type flavour, int targetmon);
+bool burn_freeze(int pow, beam_type flavour, monsters *monster);
void corpse_rot();