summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/fight.cc')
-rw-r--r--crawl-ref/source/fight.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/fight.cc b/crawl-ref/source/fight.cc
index 37da54bd34..ff7975a267 100644
--- a/crawl-ref/source/fight.cc
+++ b/crawl-ref/source/fight.cc
@@ -2628,8 +2628,8 @@ static bool _make_zombie(monsters* mon, int corpse_class, int corpse_index,
mitm[idx].link = mitm[last_item].link;
mitm[last_item].link = idx;
- void (animate_remains(mon->pos(), CORPSE_BODY, mon->behaviour,
- mon->foe, mon->god, true, true, &zombie_index));
+ animate_remains(mon->pos(), CORPSE_BODY, mon->behaviour,
+ mon->foe, mon->god, true, true, &zombie_index);
}
// No equipment to get, or couldn't get it for some reason.