[Scummvm-cvs-logs] SF.net SVN: scummvm: [26248] scummvm/trunk/engines/cine/various.cpp

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Mon Mar 19 23:30:28 CET 2007


Revision: 26248
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26248&view=rev
Author:   fingolfin
Date:     2007-03-19 15:30:28 -0700 (Mon, 19 Mar 2007)

Log Message:
-----------
Added FIXME comment to CINE regarding an odd warning in processSeqListElement

Modified Paths:
--------------
    scummvm/trunk/engines/cine/various.cpp

Modified: scummvm/trunk/engines/cine/various.cpp
===================================================================
--- scummvm/trunk/engines/cine/various.cpp	2007-03-19 22:24:40 UTC (rev 26247)
+++ scummvm/trunk/engines/cine/various.cpp	2007-03-19 22:30:28 UTC (rev 26248)
@@ -2979,8 +2979,13 @@
 		param1 = ptr1[1];
 		param2 = ptr1[2];
 
-		if (element->varC != 255)
+		if (element->varC != 255) {
+			// FIXME: Why is this here? Fingolfin gets lots of these
+			// in his copy of Operation Stealth (value 0 or 236) under
+			// Mac OS X. Maybe it's a endian issue? At least the graphics
+			// in the copy protection screen are partially messed up.
 			warning("processSeqListElement: varC = %d", element->varC);
+		}
 
 		if (globalVars[VAR_MOUSE_X_POS] || globalVars[VAR_MOUSE_Y_POS]) {
 			computeMove1(element, ptr1[4] + x, ptr1[5] + y, param1, param2, globalVars[VAR_MOUSE_X_POS], globalVars[VAR_MOUSE_Y_POS]);


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