aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/parallaction/inventory.cpp4
-rw-r--r--engines/parallaction/menu.cpp2
2 files changed, 0 insertions, 6 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;
}
diff --git a/engines/parallaction/menu.cpp b/engines/parallaction/menu.cpp
index fa24231a56..12d4726ebd 100644
--- a/engines/parallaction/menu.cpp
+++ b/engines/parallaction/menu.cpp
@@ -408,8 +408,6 @@ void Menu::selectCharacter() {
free(v14._data0);
-// refreshInventory(_vm->_characterName);
-
return;
}