ACCESS: Fix entire inventory disappearing after combining items

This commit is contained in:
Paul Gilbert 2014-11-07 21:26:40 -05:00
parent 47304849c7
commit 712261f02a

View file

@ -287,6 +287,8 @@ void InventoryManager::getList() {
}
void InventoryManager::showAllItems() {
_iconDisplayFlag = true;
for (uint i = 0; i < _items.size(); ++i)
putInvIcon(i, _items[i]);
}