summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/invent.h
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 23:52:01 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2008-07-30 23:52:01 +0000
commitf76a28883b52ad529804c1213b25f0fe42f9fc3e (patch)
treeb20708b77aec0d901171b8c60fd2416d0a20d380 /crawl-ref/source/invent.h
parent10516e8cb1e0b3328114399ffddf6685a4b16bab (diff)
downloadcrawl-ref-f76a28883b52ad529804c1213b25f0fe42f9fc3e.tar.gz
crawl-ref-f76a28883b52ad529804c1213b25f0fe42f9fc3e.zip
Fix 2033249: endgame and shop inventory browsing didn't allow examining
items. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6737 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/invent.h')
-rw-r--r--crawl-ref/source/invent.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h
index 357092b879..6ae30e9441 100644
--- a/crawl-ref/source/invent.h
+++ b/crawl-ref/source/invent.h
@@ -200,12 +200,6 @@ std::vector<SelItem> prompt_invent_items(
const std::vector<SelItem> *pre_select = NULL );
-// last updated 12may2000 {dlb}
-/* ***********************************************************************
- * called from: invent - ouch - shopping
- * *********************************************************************** */
-unsigned char invent( int item_class_inv, bool show_price );
-
unsigned char invent_select(
// Use NULL for stock Inventory title
const char *title = NULL,
@@ -220,10 +214,7 @@ unsigned char invent_select(
Menu::selitem_tfn fn = NULL,
const std::vector<SelItem> *pre_select = NULL );
-// last updated 24may2000 {dlb}
-/* ***********************************************************************
- * called from: acr - command - food - item_use - items - spl-book - spells1
- * *********************************************************************** */
+void browse_inventory( bool show_price );
unsigned char get_invent(int invent_type);
bool in_inventory(const item_def &i);