diff options
-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) |