mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-05 02:17:05 +00:00
FULLPIPE: Enable temorarily disabled code
This commit is contained in:
parent
8515164117
commit
5c01e29690
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user