aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene17.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene17.cpp')
-rw-r--r--engines/fullpipe/scenes/scene17.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/engines/fullpipe/scenes/scene17.cpp b/engines/fullpipe/scenes/scene17.cpp
index 7dd75ae5a2..e71c7c90d6 100644
--- a/engines/fullpipe/scenes/scene17.cpp
+++ b/engines/fullpipe/scenes/scene17.cpp
@@ -274,9 +274,11 @@ int sceneHandler17(ExCommand *cmd) {
g_fp->_behaviorManager->updateBehaviors();
g_fp->startSceneTrack();
-
- break;
}
+ break;
+
+ default:
+ break;
}
return 0;