aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe/scenes/scene35.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2016-12-09 23:35:51 +0100
committerEugene Sandulenko2016-12-10 00:05:19 +0100
commitb03b7902ebf265d18410266da3426fe42c67c065 (patch)
tree0aa6b4f3b6043a109e7c572231cf48b17bd636bf /engines/fullpipe/scenes/scene35.cpp
parent774d55b7b6a52c30cdadee57441597a6542db70e (diff)
downloadscummvm-rg350-b03b7902ebf265d18410266da3426fe42c67c065.tar.gz
scummvm-rg350-b03b7902ebf265d18410266da3426fe42c67c065.tar.bz2
scummvm-rg350-b03b7902ebf265d18410266da3426fe42c67c065.zip
FULLPIPE: Implement wide scene autoscrolling
Diffstat (limited to 'engines/fullpipe/scenes/scene35.cpp')
-rw-r--r--engines/fullpipe/scenes/scene35.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/fullpipe/scenes/scene35.cpp b/engines/fullpipe/scenes/scene35.cpp
index 3cdbb42c1e..e8b08b2614 100644
--- a/engines/fullpipe/scenes/scene35.cpp
+++ b/engines/fullpipe/scenes/scene35.cpp
@@ -236,6 +236,8 @@ int sceneHandler35(ExCommand *cmd) {
if (x > g_fp->_sceneRect.right - 200)
g_fp->_currentScene->_x = x + 300 - g_fp->_sceneRect.right;
+
+ g_fp->sceneAutoScrolling();
}
if (g_vars->scene35_flowCounter > 0) {