FULLPIPE: Enable temorarily disabled code

This commit is contained in:
Eugene Sandulenko 2014-01-04 17:07:27 +02:00
parent 8515164117
commit 5c01e29690

View File

@ -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)