aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/parallaction.cpp
diff options
context:
space:
mode:
authorNicola Mettifogo2008-07-22 12:35:46 +0000
committerNicola Mettifogo2008-07-22 12:35:46 +0000
commit5ea9bdd99aac134e739f06b4934a8ff5278633a1 (patch)
treed0a3ca0b534dfd3c4cdcdf711a4a9c8bdd307844 /engines/parallaction/parallaction.cpp
parenta38234d6e6f564b3eb6ed7db63bd907fc1d695fb (diff)
downloadscummvm-rg350-5ea9bdd99aac134e739f06b4934a8ff5278633a1.tar.gz
scummvm-rg350-5ea9bdd99aac134e739f06b4934a8ff5278633a1.tar.bz2
scummvm-rg350-5ea9bdd99aac134e739f06b4934a8ff5278633a1.zip
Merged inventory input code from different files.
svn-id: r33198
Diffstat (limited to 'engines/parallaction/parallaction.cpp')
-rw-r--r--engines/parallaction/parallaction.cpp19
1 files changed, 0 insertions, 19 deletions
diff --git a/engines/parallaction/parallaction.cpp b/engines/parallaction/parallaction.cpp
index f7a6fbf260..a45e678e73 100644
--- a/engines/parallaction/parallaction.cpp
+++ b/engines/parallaction/parallaction.cpp
@@ -307,25 +307,6 @@ void Parallaction::processInput(InputData *data) {
resumeJobs();
break;
- case kEvOpenInventory:
- _input->stopHovering();
- if (hitZone(kZoneYou, data->_mousePos.x, data->_mousePos.y) == 0) {
- setArrowCursor();
- }
- pauseJobs();
- openInventory();
- break;
-
- case kEvCloseInventory: // closes inventory and possibly select item
- closeInventory();
- setInventoryCursor(data->_inventoryIndex);
- resumeJobs();
- break;
-
- case kEvHoverInventory:
- highlightInventoryItem(data->_inventoryIndex); // enable
- break;
-
case kEvWalk:
debugC(2, kDebugInput, "processInput: kEvWalk");
_input->stopHovering();