diff options
author | Nicola Mettifogo | 2007-03-11 00:06:14 +0000 |
---|---|---|
committer | Nicola Mettifogo | 2007-03-11 00:06:14 +0000 |
commit | 7c05225f0d8f2a904b7842a12ae7eac169ad6000 (patch) | |
tree | 1cb1977b433de8482e447970d9beaa3a74a260ea /engines/parallaction | |
parent | 7d03e1ebf48b7f32cedf64c2679a7258630e6c62 (diff) | |
download | scummvm-rg350-7c05225f0d8f2a904b7842a12ae7eac169ad6000.tar.gz scummvm-rg350-7c05225f0d8f2a904b7842a12ae7eac169ad6000.tar.bz2 scummvm-rg350-7c05225f0d8f2a904b7842a12ae7eac169ad6000.zip |
cleanup
svn-id: r26077
Diffstat (limited to 'engines/parallaction')
-rw-r--r-- | engines/parallaction/inventory.cpp | 4 | ||||
-rw-r--r-- | engines/parallaction/menu.cpp | 2 |
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; } |