summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spells3.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 21:29:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-01-02 21:29:24 +0000
commitcc083c722fed68293c3afd4b99d4ac5a1f8814db (patch)
treef77b7a3641c2cff4eb577bffdc4807873e97844f /crawl-ref/source/spells3.cc
parentdea64bc901c8fdaac9f45e136e3fae24882f0c71 (diff)
downloadcrawl-ref-cc083c722fed68293c3afd4b99d4ac5a1f8814db.tar.gz
crawl-ref-cc083c722fed68293c3afd4b99d4ac5a1f8814db.zip
Add one last minor cosmetic fix.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@8135 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/spells3.cc')
-rw-r--r--crawl-ref/source/spells3.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/spells3.cc b/crawl-ref/source/spells3.cc
index 3d6cbb50b4..c6c98560b6 100644
--- a/crawl-ref/source/spells3.cc
+++ b/crawl-ref/source/spells3.cc
@@ -941,6 +941,7 @@ int animate_dead(actor *caster, int pow, beh_type beha, unsigned short hitting,
for (stack_iterator si(a); si; ++si)
{
const bool was_butchering = is_being_butchered(*si, false);
+
if (animate_remains(a, CORPSE_BODY, beha, hitting, god,
actual, true))
{