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

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Sun Jun 20 21:39:08 CEST 2010


Revision: 50092
          http://scummvm.svn.sourceforge.net/scummvm/?rev=50092&view=rev
Author:   m_kiewitz
Date:     2010-06-20 19:39:08 +0000 (Sun, 20 Jun 2010)

Log Message:
-----------
SCI: displaying debug warning again for kPalVary(init)

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 19:18:33 UTC (rev 50091)
+++ scummvm/trunk/engines/sci/engine/kgraphics.cpp	2010-06-20 19:39:08 UTC (rev 50092)
@@ -653,9 +653,9 @@
 			ticks = argv[2].toUint16();
 			stepStop = argc >= 4 ? argv[3].toUint16() : 64;
 			direction = argc >= 5 ? argv[4].toUint16() : 1;
+			warning("kPalVary(init) called with paletteId = %d, ticks = %d, stop = %d, direction = %d", paletteId, ticks, stepStop, direction);
 			if (g_sci->_gfxPalette->kernelPalVaryInit(paletteId, ticks, stepStop, direction))
 				return SIGNAL_REG;
-			warning("kPalVary(init) called with paletteId = %d, ticks = %d, stop = %d, direction = %d", paletteId, ticks, stepStop, direction);
 		} else {
 			warning("kPalVary(init) called with unsupported argc %d", 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