Skip to content

Commit

Permalink
ACCESS: Fix entire inventory disappearing after combining items
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Dec 13, 2014
1 parent 4730484 commit 712261f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions engines/access/inventory.cpp
Expand Up @@ -287,6 +287,8 @@ void InventoryManager::getList() {
}

void InventoryManager::showAllItems() {
_iconDisplayFlag = true;

for (uint i = 0; i < _items.size(); ++i)
putInvIcon(i, _items[i]);
}
Expand Down

0 comments on commit 712261f

Please sign in to comment.