summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 22:10:44 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-10 22:10:44 +0000
commit537160d9714e4783ed07c2edbbd85a88d3e51f69 (patch)
tree6dae3f276bb407e647657a1d34fb0d408fc1e879 /crawl-ref/source/spells2.h
parent6e22dc58cfb63a6618d7c92d36a1a7e034e89f44 (diff)
downloadcrawl-ref-537160d9714e4783ed07c2edbbd85a88d3e51f69.tar.gz
crawl-ref-537160d9714e4783ed07c2edbbd85a88d3e51f69.zip
Display basic resistance information. I'm putting this in so that
there'll be a base to work on; of course the format can (and should) be improved. Currently it's one line per resistance. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8396 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index f3f03486c4..1ef58c5818 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -27,12 +27,7 @@ bool brand_weapon(brand_type which_brand, int power);
* *********************************************************************** */
bool burn_freeze(int pow, beam_type flavour, int targetmon);
-
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: spell
- * *********************************************************************** */
-int corpse_rot(int pow);
+void corpse_rot();
struct dist;