summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.h
diff options
context:
space:
mode:
authorRobert Vollmert <rvollmert@gmx.net>2009-10-28 11:26:45 +0100
committerRobert Vollmert <rvollmert@gmx.net>2009-10-28 11:27:13 +0100
commit4f1035708a954c767ceb4a59f1e23f7547a79620 (patch)
treed894af371b99a7aa28939b579b04234013d6e7f7 /crawl-ref/source/monstuff.h
parentc1121941e73d563492e917b3778721d41997fd6c (diff)
downloadcrawl-ref-4f1035708a954c767ceb4a59f1e23f7547a79620.tar.gz
crawl-ref-4f1035708a954c767ceb4a59f1e23f7547a79620.zip
Replace some more occurrences of -1 by MONS_NO_MONSTER.
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);