mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 06:08:35 +00:00
Disabled the execution of scripts when doing a user wait - this prevents animated backgrounds from jerking to new positions once the mouse has been pressed
svn-id: r41210
This commit is contained in:
parent
3739d82f62
commit
93375bddf0
@ -1886,13 +1886,13 @@ void CruiseEngine::mainLoop(void) {
|
||||
// flipScreen();
|
||||
} else {
|
||||
// Standard handling
|
||||
|
||||
/*
|
||||
manageScripts(&relHead);
|
||||
manageScripts(&procHead);
|
||||
|
||||
removeFinishedScripts(&relHead);
|
||||
removeFinishedScripts(&procHead);
|
||||
|
||||
*/
|
||||
if (isBlack) {
|
||||
// This is a bit of a hack to ensure that user waits directly after a palette fade
|
||||
// have time to restore the palette before waiting starts
|
||||
|
Loading…
Reference in New Issue
Block a user