[Scummvm-cvs-logs] SF.net SVN: scummvm:[50086] scummvm/trunk/engines/sci/engine/kgraphics.cpp
m_kiewitz at users.sourceforge.net
m_kiewitz at users.sourceforge.net
Sun Jun 20 19:14:59 CEST 2010
Revision: 50086
http://scummvm.svn.sourceforge.net/scummvm/?rev=50086&view=rev
Author: m_kiewitz
Date: 2010-06-20 17:14:58 +0000 (Sun, 20 Jun 2010)
Log Message:
-----------
SCI: adding info about kPalVary(8) being SCI32 exclusive
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-20 17:08:39 UTC (rev 50085)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp 2010-06-20 17:14:58 UTC (rev 50086)
@@ -703,7 +703,7 @@
}
break;
}
- case 8: { // Unknown
+ case 8: { // Unknown (seems to be SCI32 exclusive)
// Called in PQ4 (1 parameter)
warning("kPalVary(8) called with parameter %d (argc %d)", argv[1].toUint16(), argc);
break;
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