aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/locations.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/xeen/locations.cpp')
-rw-r--r--engines/xeen/locations.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index 7ebdce3f19..15cd6a8de4 100644
--- a/engines/xeen/locations.cpp
+++ b/engines/xeen/locations.cpp
@@ -1958,6 +1958,9 @@ int DwarfCutscene::show() {
case 2:
sound.playSound("dwarf12.voc");
break;
+
+ default:
+ break;
}
events.updateGameCounter();
@@ -2158,6 +2161,8 @@ int SphinxCutscene::show() {
case 2:
sound.playSound("sphinx12.voc");
break;
+ default:
+ break;
}
do {