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

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Fri Jun 18 03:48:57 CEST 2010


Revision: 49987
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49987&view=rev
Author:   thebluegr
Date:     2010-06-18 01:48:56 +0000 (Fri, 18 Jun 2010)

Log Message:
-----------
Added a new subop of kPalVary (PQ4)

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-18 01:38:08 UTC (rev 49986)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-06-18 01:48:56 UTC (rev 49987)
@@ -695,6 +695,11 @@
 		}
 		break;
 	}
+	case 8: { // Unknown
+		// Called in PQ4 (1 parameter)
+		warning("kPalVary(8) called with parameter %d (argc %d)", argv[1].toUint16(), argc);
+		break;
+	}
 	default:
 		error("kPalVary(%d), not implemented (argc = %d)", operation, argc);
 	}


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