diff options
author | Eugene Sandulenko | 2014-01-04 17:07:27 +0200 |
---|---|---|
committer | Eugene Sandulenko | 2014-01-04 17:07:27 +0200 |
commit | 5c01e296906f8d3a20f37a831d4ea75de51aed0f (patch) | |
tree | 25c40a4f387fc9dab2ecbcf7d406b5e098cf0f28 /engines/fullpipe | |
parent | 8515164117c8a4b301c465008a771d50117cef02 (diff) | |
download | scummvm-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.cpp | 2 |
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) |