summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/fight.cc
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 03:53:51 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-02-20 03:53:51 +0000
commit45fe761d0ab9d04b30dccc4f93dd26835bea5154 (patch)
tree935299d8c284cf9d114de77e2ba3346a9f7d6f11 /crawl-ref/source/fight.cc
parentc89b568c87e0e9ededf6bf5e01a8cb64c14d29c2 (diff)
downloadcrawl-ref-45fe761d0ab9d04b30dccc4f93dd26835bea5154.tar.gz
crawl-ref-45fe761d0ab9d04b30dccc4f93dd26835bea5154.zip
Changing function call in fight.cc to be more dpeg compliant.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9137 c06c8d41-db1a-0410-9941-cceddc491573
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.