[Scummvm-cvs-logs] SF.net SVN: scummvm:[50146] scummvm/trunk/engines/sci/engine/kgraphics.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Tue Jun 22 17:33:47 CEST 2010


Revision: 50146
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50146&view=rev
Author:   m_kiewitz
Date:     2010-06-22 15:33:46 +0000 (Tue, 22 Jun 2010)

Log Message:
-----------
SCI: kPalVary(setTarget) now triggers an error

Modified Paths:
--------------
    scummvm/trunk/engines/sci/engine/kgraphics.cpp

Modified: scummvm/trunk/engines/sci/engine/kgraphics.cpp
===================================================================
--- scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-06-22 15:30:41 UTC (rev 50145)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-06-22 15:33:46 UTC (rev 50146)
@@ -696,7 +696,7 @@
 	}
 	case 4: { // Change Target
 		// seems to be 1 parameter, we should find a game that is using this feature before implementing it
-		warning("kPalVary(changeTarget) called with parameter %d (argc %d)", argv[1].toUint16(), argc);
+		error("kPalVary(changeTarget) called with parameter %d (argc %d)", argv[1].toUint16(), argc);
 		break;
 	}
 	case 5: { // Change ticks


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