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 3dea7bb035..36561e82a4 100644
--- a/crawl-ref/source/monstuff.h
+++ b/crawl-ref/source/monstuff.h
@@ -86,8 +86,8 @@ bool monster_polymorph(monsters *monster, monster_type targetc,
* called from: bang - beam - effects - fight - misc - monstuff - mstuff2 -
* spells1 - spells2 - spells3 - spells4
* *********************************************************************** */
-void monster_die(monsters *monster, killer_type killer,
- int killer_index, bool silent = false, bool wizard = false);
+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);