[Scummvm-cvs-logs] SF.net SVN: scummvm: [30237] scummvm/trunk/common/system.h

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sat Jan 5 13:16:33 CET 2008


Revision: 30237
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30237&view=rev
Author:   dreammaster
Date:     2008-01-05 04:16:32 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Fixed comment that incorrectly reversed green and blue ordering for setPalette data

Modified Paths:
--------------
    scummvm/trunk/common/system.h

Modified: scummvm/trunk/common/system.h
===================================================================
--- scummvm/trunk/common/system.h	2008-01-05 12:09:24 UTC (rev 30236)
+++ scummvm/trunk/common/system.h	2008-01-05 12:16:32 UTC (rev 30237)
@@ -415,8 +415,8 @@
 	 *
 	 * The palette data is specified in interleaved RGBA format. That is, the
 	 * first byte of the memory block 'colors' points at is the red component
-	 * of the first new color; the second byte the blue component of the first
-	 * new color; the third byte the green component, the last byte to the alpha
+	 * of the first new color; the second byte the green component of the first
+	 * new color; the third byte the blue component, the last byte to the alpha
 	 * (transparency) value. Then the second color starts, and so on. So memory
 	 * looks like this: R1-G1-B1-A1-R2-G2-B2-A2-R3-...
 	 *


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