summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/itemprop.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/itemprop.cc')
-rw-r--r--crawl-ref/source/itemprop.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/crawl-ref/source/itemprop.cc b/crawl-ref/source/itemprop.cc
index c23cd5dd0f..40263e2f3b 100644
--- a/crawl-ref/source/itemprop.cc
+++ b/crawl-ref/source/itemprop.cc
@@ -2736,8 +2736,7 @@ size_type item_size( const item_def &item )
break;
case OBJ_CORPSES:
- // FIXME
- // size = mons_size( item.plus, PSIZE_BODY );
+ // FIXME: This should depend on the original monster's size!
size = SIZE_SMALL;
break;