From 5c01e296906f8d3a20f37a831d4ea75de51aed0f Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 4 Jan 2014 17:07:27 +0200 Subject: FULLPIPE: Enable temorarily disabled code --- engines/fullpipe/scenes/scene11.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/fullpipe') 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) -- cgit v1.2.3