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:
Paul Gilbert 2009-06-06 01:39:08 +00:00
parent 3739d82f62
commit 93375bddf0

View File

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