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/items.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/items.cc') diff --git a/crawl-ref/source/items.cc b/crawl-ref/source/items.cc index 7f735bb83a..c4a3c61682 100644 --- a/crawl-ref/source/items.cc +++ b/crawl-ref/source/items.cc @@ -2019,7 +2019,7 @@ static bool _drop_item_order(const SelItem &first, const SelItem &second) // Prompts the user for an item to drop // //--------------------------------------------------------------- -void drop(void) +void drop() { if (inv_count() < 1 && you.gold == 0) { -- cgit v1.2.3-54-g00ecf