summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/invent.cc')
-rw-r--r--crawl-ref/source/invent.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/invent.cc b/crawl-ref/source/invent.cc
index 90adbfb0ef..78b4416253 100644
--- a/crawl-ref/source/invent.cc
+++ b/crawl-ref/source/invent.cc
@@ -938,10 +938,10 @@ unsigned char invent_select( const char *title,
return (menu.getkey());
}
-unsigned char invent( int item_class_inv, bool show_price )
+void browse_inventory( bool show_price )
{
InvShowPrices show_item_prices(show_price);
- return (invent_select(NULL, MT_INVLIST, item_class_inv));
+ get_invent(OSEL_ANY);
}
// Reads in digits for a count and apprends then to val, the