ACCESS: Fix entire inventory disappearing after combining items
This commit is contained in:
parent
47304849c7
commit
712261f02a
1 changed files with 2 additions and 0 deletions
|
@ -287,6 +287,8 @@ void InventoryManager::getList() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void InventoryManager::showAllItems() {
|
void InventoryManager::showAllItems() {
|
||||||
|
_iconDisplayFlag = true;
|
||||||
|
|
||||||
for (uint i = 0; i < _items.size(); ++i)
|
for (uint i = 0; i < _items.size(); ++i)
|
||||||
putInvIcon(i, _items[i]);
|
putInvIcon(i, _items[i]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue