From a3f51c4dbac537dfddbd90d4a8129fd82db8c9c5 Mon Sep 17 00:00:00 2001 From: haranp Date: Wed, 30 Jul 2008 12:57:58 +0000 Subject: Fix 2029792: drop menu lets you choose more than the amount of the item. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6734 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/invent.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/invent.h') diff --git a/crawl-ref/source/invent.h b/crawl-ref/source/invent.h index 4f6bffc642..357092b879 100644 --- a/crawl-ref/source/invent.h +++ b/crawl-ref/source/invent.h @@ -100,6 +100,7 @@ public: tag ); } + virtual void select( int qty = -1 ); private: void add_class_hotkeys(const item_def &i); -- cgit v1.2.3-54-g00ecf