[Scummvm-cvs-logs] SF.net SVN: scummvm:[41210] scummvm/trunk/engines/cruise/cruise_main.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Jun 6 03:39:08 CEST 2009


Revision: 41210
          http://scummvm.svn.sourceforge.net/scummvm/?rev=41210&view=rev
Author:   dreammaster
Date:     2009-06-06 01:39:08 +0000 (Sat, 06 Jun 2009)

Log Message:
-----------
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

Modified Paths:
--------------
    scummvm/trunk/engines/cruise/cruise_main.cpp

Modified: scummvm/trunk/engines/cruise/cruise_main.cpp
===================================================================
--- scummvm/trunk/engines/cruise/cruise_main.cpp	2009-06-06 01:16:04 UTC (rev 41209)
+++ scummvm/trunk/engines/cruise/cruise_main.cpp	2009-06-06 01:39:08 UTC (rev 41210)
@@ -1886,13 +1886,13 @@
 //					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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list