aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction/input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/parallaction/input.cpp')
-rw-r--r--engines/parallaction/input.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/engines/parallaction/input.cpp b/engines/parallaction/input.cpp
index c62e7479d3..8636c4c309 100644
--- a/engines/parallaction/input.cpp
+++ b/engines/parallaction/input.cpp
@@ -245,6 +245,9 @@ int Input::updateInput() {
case kInputModeInventory:
updateInventoryInput();
break;
+
+ default:
+ break;
}
// when mode changes, then consider any input consumed
@@ -454,6 +457,9 @@ void Input::setMouseState(MouseTriState state) {
case MOUSE_ENABLED_SHOW:
CursorMan.showMouse(true);
break;
+
+ default:
+ break;
}
}