summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-09 22:57:53 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-09 22:57:53 +0000
commit874447efa3586920b029c745b1cf5d2145e7a786 (patch)
tree5669522ad2331a7137bffef9d42d1caadcd15d36 /crawl-ref/source
parent63e5b1bafd275d026018ec9b10c1587799bb4609 (diff)
downloadcrawl-ref-874447efa3586920b029c745b1cf5d2145e7a786.tar.gz
crawl-ref-874447efa3586920b029c745b1cf5d2145e7a786.zip
And rename _raise_corpse() to _raise_remains().
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7431 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/spells3.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 69dfda1077..bf33304313 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -780,8 +780,8 @@ static void _equip_undead(const coord_def &a, int corps, int monster,
#endif
}
-static bool _raise_corpse(const coord_def &a, int corps, beh_type beha,
- unsigned short hitting, god_type god, bool actual)
+static bool _raise_remains(const coord_def &a, int corps, beh_type beha,
+ unsigned short hitting, god_type god, bool actual)
{
const item_def& item = mitm[corps];
@@ -863,7 +863,7 @@ bool animate_remains(const coord_def &a, corpse_type class_allowed,
{
const bool was_butchering = is_being_butchered(*si);
- success = _raise_corpse(a, si.link(), beha, hitting, god, actual);
+ success = _raise_remains(a, si.link(), beha, hitting, god, actual);
if (actual && success)
{