From 93375bddf02ae03c3bccced88af6aa0d0ad98b26 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jun 2009 01:39:08 +0000 Subject: 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 --- engines/cruise/cruise_main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/engines/cruise/cruise_main.cpp b/engines/cruise/cruise_main.cpp index 8ceef41f74..136aa92b81 100644 --- a/engines/cruise/cruise_main.cpp +++ b/engines/cruise/cruise_main.cpp @@ -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 -- cgit v1.2.3