summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells2.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:41:15 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-06-08 20:41:15 +0000
commitcc51da7ff0cb08088672b6ee566671a08b2105d9 (patch)
treeb155708c5bbf2289c7f71aa1ff66cc68ce8cc95a /crawl-ref/source/spells2.h
parent2ee723e7da2ea33a2eb8064e0e0214aad1c585af (diff)
downloadcrawl-ref-cc51da7ff0cb08088672b6ee566671a08b2105d9.tar.gz
crawl-ref-cc51da7ff0cb08088672b6ee566671a08b2105d9.zip
Simplify.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@5609 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells2.h')
-rw-r--r--crawl-ref/source/spells2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/spells2.h b/crawl-ref/source/spells2.h
index 1466d710c3..722cefa621 100644
--- a/crawl-ref/source/spells2.h
+++ b/crawl-ref/source/spells2.h
@@ -110,8 +110,7 @@ void cast_toxic_radiance(void);
/* ***********************************************************************
* called from: spell
* *********************************************************************** */
-void cast_twisted_resurrection(int pow, beh_type corps_beh,
- unsigned short corps_hit);
+void cast_twisted_resurrection(int pow, bool god_gift = false);
// last updated 24may2000 {dlb}