From 45fe761d0ab9d04b30dccc4f93dd26835bea5154 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Fri, 20 Feb 2009 03:53:51 +0000 Subject: 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 --- crawl-ref/source/fight.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source') 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. -- cgit v1.2.3-54-g00ecf