[Scummvm-cvs-logs] SF.net SVN: scummvm:[47553] scummvm/trunk/engines/sci/graphics/picture.cpp

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Jan 25 12:26:40 CET 2010


Revision: 47553
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47553&view=rev
Author:   m_kiewitz
Date:     2010-01-25 11:26:32 +0000 (Mon, 25 Jan 2010)

Log Message:
-----------
SCI: changed comment about amiga palette inside picture class (removed TODO as well)

Modified Paths:
--------------
    scummvm/trunk/engines/sci/graphics/picture.cpp

Modified: scummvm/trunk/engines/sci/graphics/picture.cpp
===================================================================
--- scummvm/trunk/engines/sci/graphics/picture.cpp	2010-01-25 11:15:40 UTC (rev 47552)
+++ scummvm/trunk/engines/sci/graphics/picture.cpp	2010-01-25 11:26:32 UTC (rev 47553)
@@ -560,7 +560,7 @@
 							// Left-Over VGA palette, we simply ignore it
 							curPos += 256 + 4 + 768;
 						} else {
-							// Some sort of 32 byte amiga palette, TODO: Find out whats in there
+							// Setting half of the amiga palette
 							_palette->modifyAmigaPalette(&data[curPos]);
 							curPos += 32;
 						}


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