From 4f1035708a954c767ceb4a59f1e23f7547a79620 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Wed, 28 Oct 2009 11:26:45 +0100 Subject: Replace some more occurrences of -1 by MONS_NO_MONSTER. --- crawl-ref/source/monstuff.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/monstuff.h') diff --git a/crawl-ref/source/monstuff.h b/crawl-ref/source/monstuff.h index 5189e806f7..5d6f3925cb 100644 --- a/crawl-ref/source/monstuff.h +++ b/crawl-ref/source/monstuff.h @@ -88,8 +88,8 @@ bool monster_polymorph(monsters *monster, monster_type targetc, int monster_die(monsters *monster, killer_type killer, int killer_index, bool silent = false, bool wizard = false); -int fill_out_corpse(const monsters* monster, item_def& corpse, - bool allow_weightless = false); +monster_type fill_out_corpse(const monsters* monster, item_def& corpse, + bool allow_weightless = false); int place_monster_corpse(const monsters *monster, bool silent, bool force = false); -- cgit v1.2.3-54-g00ecf