[Scummvm-cvs-logs] SF.net SVN: scummvm: [31579] scummvm/trunk/engines/kyra/kyra_v3.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Sat Apr 19 17:37:59 CEST 2008


Revision: 31579
          http://scummvm.svn.sourceforge.net/scummvm/?rev=31579&view=rev
Author:   lordhoto
Date:     2008-04-19 08:37:59 -0700 (Sat, 19 Apr 2008)

Log Message:
-----------
Added some comment about palette setting in KyraEngine_v3::playVQA.

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra_v3.cpp

Modified: scummvm/trunk/engines/kyra/kyra_v3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra_v3.cpp	2008-04-19 15:04:59 UTC (rev 31578)
+++ scummvm/trunk/engines/kyra/kyra_v3.cpp	2008-04-19 15:37:59 UTC (rev 31579)
@@ -296,6 +296,7 @@
 		_screen->showMouse();
 
 		uint8 pal[768];
+		// Taken from original, it used '1' here too
 		memset(pal, 1, sizeof(pal));
 		_screen->setScreenPalette(pal);
 		_screen->clearPage(0);


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