diff options
Diffstat (limited to 'engines/parallaction/inventory.cpp')
-rw-r--r-- | engines/parallaction/inventory.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engines/parallaction/inventory.cpp b/engines/parallaction/inventory.cpp index 526db323d7..fdd0b3ea10 100644 --- a/engines/parallaction/inventory.cpp +++ b/engines/parallaction/inventory.cpp @@ -372,18 +372,14 @@ void cleanInventory() { void refreshInventory(const char *character) { -// _vm->_disk->loadObjects(character, &_characterInventory); redrawInventory(); -// _vm->_graphics->freeCnv(&_yourObjects); return; } void refreshInventoryItem(const char *character, uint16 index) { -// _vm->_disk->loadObjects(character, &_yourObjects); drawInventoryItem(index, &_inventory[index]); -// _vm->_graphics->freeCnv(&_characterInventory); return; } |