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

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Jun 6 02:53:08 CEST 2009


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

Log Message:
-----------
Bugfix for display when multiple user waits follow each other

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 00:10:40 UTC (rev 41206)
+++ scummvm/trunk/engines/cruise/cruise_main.cpp	2009-06-06 00:53:08 UTC (rev 41207)
@@ -1790,6 +1790,9 @@
 			// User waiting has ended
 			changeScriptParamInList(-1, -1, &procHead, 9999, 0);
 			changeScriptParamInList(-1, -1, &relHead, 9999, 0);
+
+			mainDraw(0);
+			flipScreen();
 		}
 
 		if (enableUser) {


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