From a465fd5b99202c22c0b9e0ce5c59345f50501279 Mon Sep 17 00:00:00 2001 From: Mark Holmquist Date: Thu, 1 Dec 2011 15:16:41 -0800 Subject: + middle-click now empties the inventory slot properly --- src/guiInventoryMenu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/guiInventoryMenu.cpp') diff --git a/src/guiInventoryMenu.cpp b/src/guiInventoryMenu.cpp index 45733bcd9..d9a98b5b0 100644 --- a/src/guiInventoryMenu.cpp +++ b/src/guiInventoryMenu.cpp @@ -386,7 +386,7 @@ bool GUIInventoryMenu::OnEvent(const SEvent& event) //ispec.actions->push_back(a); m_invmgr->inventoryAction(a); - if(list_from->getItem(m_selected_item->i)->getCount()==1) + if(list_from->getItem(m_selected_item->i)->getCount()<=amount) source_empties = true; } // Remove selection if target was left-clicked or source -- cgit v1.2.3