aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene21.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene21.cpp')
-rw-r--r--engines/fullpipe/scenes/scene21.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes/scene21.cpp b/engines/fullpipe/scenes/scene21.cpp
index 7a61e4862d..be6db90a4a 100644
--- a/engines/fullpipe/scenes/scene21.cpp
+++ b/engines/fullpipe/scenes/scene21.cpp
@@ -112,9 +112,8 @@ int sceneHandler21(ExCommand *cmd) {
g_fp->processArcade(cmd);
}
}
-
- break;
}
+ break;
case 33:
if (g_fp->_aniMan2) {
@@ -142,6 +141,9 @@ int sceneHandler21(ExCommand *cmd) {
g_fp->startSceneTrack();
break;
+
+ default:
+ break;
}
return 0;