summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.h')
-rw-r--r--crawl-ref/source/monstuff.h4
1 files changed, 2 insertions, 2 deletions
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);