summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/items.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/items.cc')
-rw-r--r--crawl-ref/source/items.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc
index 1f2b344bf1..8db00d95c8 100644
--- a/crawl-ref/source/items.cc
+++ b/crawl-ref/source/items.cc
@@ -1798,7 +1798,7 @@ bool drop_item( int item_dropped, int quant_drop ) {
static std::string drop_menu_invstatus(const Menu *menu)
{
char buf[100];
- const int cap = carrying_capacity();
+ const int cap = carrying_capacity(BS_UNENCUMBERED);
std::string s_newweight;
std::vector<MenuEntry*> se = menu->selected_entries();