summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:35:58 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:35:58 +0000
commit2ee723e7da2ea33a2eb8064e0e0214aad1c585af (patch)
tree79a38f941f4dc86a476cff73e1869a8847f5a00c /crawl-ref/source/spells2.h
parent7fe6cab099db9aa9a9ab00cc8ad802af53e93eca (diff)
downloadcrawl-ref-2ee723e7da2ea33a2eb8064e0e0214aad1c585af.tar.gz
crawl-ref-2ee723e7da2ea33a2eb8064e0e0214aad1c585af.zip
Clean up "Twisted Resurrection" a bit.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5608 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 1a5e609503..1466d710c3 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -110,7 +110,8 @@ void cast_toxic_radiance(void);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-void cast_twisted(int power, beh_type corps_beh, int corps_hit);
+void cast_twisted_resurrection(int pow, beh_type corps_beh,
+ unsigned short corps_hit);
// last updated 24may2000 {dlb}