aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene34.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/fullpipe/scenes/scene34.cpp')
-rw-r--r--engines/fullpipe/scenes/scene34.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes/scene34.cpp b/engines/fullpipe/scenes/scene34.cpp
index bc4ff18bae..69f3cd5293 100644
--- a/engines/fullpipe/scenes/scene34.cpp
+++ b/engines/fullpipe/scenes/scene34.cpp
@@ -457,6 +457,8 @@ int sceneHandler34(ExCommand *cmd) {
if (x > g_fp->_sceneRect.right - 200)
g_fp->_currentScene->_x = x + 300 - g_fp->_sceneRect.right;
+
+ g_fp->sceneAutoScrolling();
}
--g_vars->scene34_fliesCountdown;