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.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}