aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/inventory.cpp')
-rw-r--r--engines/hugo/inventory.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/hugo/inventory.cpp b/engines/hugo/inventory.cpp
index b638322847..d0afabcfb4 100644
--- a/engines/hugo/inventory.cpp
+++ b/engines/hugo/inventory.cpp
@@ -202,6 +202,8 @@ int16 InventoryHandler::processInventory(const int action, ...) {
}
}
break;
+ default:
+ break;
}
return objId; // For the INV_GET action
}
@@ -215,6 +217,7 @@ void InventoryHandler::runInventory() {
debugC(1, kDebugInventory, "runInventory");
switch (_inventoryState) {
+ default:
case kInventoryOff: // Icon bar off screen
break;
case kInventoryUp: // Icon bar moving up