[Scummvm-cvs-logs] scummvm master -> 5c01e296906f8d3a20f37a831d4ea75de51aed0f
sev-
sev at scummvm.org
Sat Jan 4 16:08:35 CET 2014
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
5c01e29690 FULLPIPE: Enable temorarily disabled code
Commit: 5c01e296906f8d3a20f37a831d4ea75de51aed0f
https://github.com/scummvm/scummvm/commit/5c01e296906f8d3a20f37a831d4ea75de51aed0f
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2014-01-04T07:07:27-08:00
Commit Message:
FULLPIPE: Enable temorarily disabled code
Changed paths:
engines/fullpipe/scenes/scene11.cpp
diff --git a/engines/fullpipe/scenes/scene11.cpp b/engines/fullpipe/scenes/scene11.cpp
index 84eca41..e7ed947 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)
More information about the Scummvm-git-logs
mailing list