aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene13.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene13.cpp')
-rw-r--r--engines/fullpipe/scenes/scene13.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene13.cpp b/engines/fullpipe/scenes/scene13.cpp
index 7b38442603..2eac5cbea4 100644
--- a/engines/fullpipe/scenes/scene13.cpp
+++ b/engines/fullpipe/scenes/scene13.cpp
@@ -128,6 +128,9 @@ void sceneHandler13_testOpen() {
chainQueue(QU_SC13_OPENSUCCESS, 1);
break;
+
+ default:
+ break;
}
}
@@ -329,8 +332,8 @@ int sceneHandler13(ExCommand *cmd) {
}
}
}
- break;
}
+ break;
case 33:
{
@@ -378,6 +381,10 @@ int sceneHandler13(ExCommand *cmd) {
return res;
}
+ break;
+
+ default:
+ break;
}
return 0;