aboutsummaryrefslogtreecommitdiff
path: root/engines/fullpipe
diff options
context:
space:
mode:
authorEugene Sandulenko2014-01-04 17:07:27 +0200
committerEugene Sandulenko2014-01-04 17:07:27 +0200
commit5c01e296906f8d3a20f37a831d4ea75de51aed0f (patch)
tree25c40a4f387fc9dab2ecbcf7d406b5e098cf0f28 /engines/fullpipe
parent8515164117c8a4b301c465008a771d50117cef02 (diff)
downloadscummvm-rg350-5c01e296906f8d3a20f37a831d4ea75de51aed0f.tar.gz
scummvm-rg350-5c01e296906f8d3a20f37a831d4ea75de51aed0f.tar.bz2
scummvm-rg350-5c01e296906f8d3a20f37a831d4ea75de51aed0f.zip
FULLPIPE: Enable temorarily disabled code
Diffstat (limited to 'engines/fullpipe')
-rw-r--r--engines/fullpipe/scenes/scene11.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/fullpipe/scenes/scene11.cpp b/engines/fullpipe/scenes/scene11.cpp
index 84eca41ee4..e7ed947a00 100644
--- a/engines/fullpipe/scenes/scene11.cpp
+++ b/engines/fullpipe/scenes/scene11.cpp
@@ -729,7 +729,7 @@ int sceneHandler11(ExCommand *cmd) {
x = g_vars->scene11_dudeX;
}
if (y > g_fp->_sceneRect.bottom - 300) {
- //g_fp->_currentScene->_y = y - g_fp->_sceneRect.bottom + 300; // FIXME. Causes flicker
+ g_fp->_currentScene->_y = y - g_fp->_sceneRect.bottom + 300;
x = g_vars->scene11_dudeX;
}
if (x >= 940)