summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.h
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 15:52:34 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-10-19 15:52:34 +0000
commitbb9906c98711a8824bf041eaa79797d607cac60b (patch)
tree660fa7e8e9da10b0e0bf09e1b76f1064b6c8c858 /crawl-ref/source/spells3.h
parent9ba6df824d81aa3d2d28592bded11d94928d44cf (diff)
downloadcrawl-ref-bb9906c98711a8824bf041eaa79797d607cac60b.tar.gz
crawl-ref-bb9906c98711a8824bf041eaa79797d607cac60b.zip
Also rename animate_a_corpse() to animate_remains().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7282 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.h')
-rw-r--r--crawl-ref/source/spells3.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/spells3.h b/crawl-ref/source/spells3.h
index 72a66dd00c..776b39213b 100644
--- a/crawl-ref/source/spells3.h
+++ b/crawl-ref/source/spells3.h
@@ -127,10 +127,10 @@ bool cast_summon_horrible_things(int pow, god_type god = GOD_NO_GOD);
/* ***********************************************************************
* called from: ability - spell
* *********************************************************************** */
-bool animate_a_corpse(const coord_def &a, corpse_type class_allowed,
- beh_type beha, unsigned short hitting,
- god_type god = GOD_NO_GOD, bool actual = true,
- bool quiet = false);
+bool animate_remains(const coord_def &a, corpse_type class_allowed,
+ beh_type beha, unsigned short hitting,
+ god_type god = GOD_NO_GOD, bool actual = true,
+ bool quiet = false);
// last updated 24may2000 {dlb}
/* ***********************************************************************