aboutsummaryrefslogtreecommitdiff
path: root/engines/avalanche/avalot.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/avalanche/avalot.cpp')
-rw-r--r--engines/avalanche/avalot.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/engines/avalanche/avalot.cpp b/engines/avalanche/avalot.cpp
index bf0bc35e3e..5d7877d257 100644
--- a/engines/avalanche/avalot.cpp
+++ b/engines/avalanche/avalot.cpp
@@ -655,6 +655,8 @@ void AvalancheEngine::enterNewTown() {
if (_boxContent == kObjectWine)
_wineState = 3; // Vinegar
break;
+ default:
+ break;
}
if ((_room != kRoomOutsideDucks) && (_objects[kObjectOnion - 1]) && !(_onionInVinegar))
@@ -1051,6 +1053,9 @@ void AvalancheEngine::enterRoom(Room roomId, byte ped) {
case kRoomDucks:
_npcFacing = 1; // Duck.
break;
+
+ default:
+ break;
}
_seeScroll = false; // Now it can work again!
@@ -1704,6 +1709,8 @@ Common::String AvalancheEngine::f5Does() {
if (_animation->inField(5))
return Common::String::format("%cPPlay the harp", kVerbCodePlay);
break;
+ default:
+ break;
}
return Common::String::format("%c", kVerbCodePardon); // If all else fails...