aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/fullpipe/scenes/scene29.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/fullpipe/scenes/scene29.cpp b/engines/fullpipe/scenes/scene29.cpp
index 644b137d78..11012331b6 100644
--- a/engines/fullpipe/scenes/scene29.cpp
+++ b/engines/fullpipe/scenes/scene29.cpp
@@ -397,10 +397,8 @@ int sceneHandler29(ExCommand *cmd) {
if (g_vars->scene29_var09) {
sceneHandler29_manFromL();
-
- } else if (g_vars->scene29_var10 && !g_aniMan->_movement) {
+ else if (g_vars->scene29_var10 && !g_aniMan->_movement)
sceneHandler29_sub05();
- }
if (g_vars->scene29_var11)
sceneHandler29_shootersEscape();