[Scummvm-cvs-logs] SF.net SVN: scummvm:[43805] scummvm/trunk/engines/scumm/palette.cpp

sev at users.sourceforge.net sev at users.sourceforge.net
Sat Aug 29 21:35:07 CEST 2009


Revision: 43805
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43805&view=rev
Author:   sev
Date:     2009-08-29 19:35:06 +0000 (Sat, 29 Aug 2009)

Log Message:
-----------
Fix bug #2846887: "MANIAC NES: incorrect background color?" by reverting
commit r25657. In fact this was an incorrect fix introduced in 0.10.0

Modified Paths:
--------------
    scummvm/trunk/engines/scumm/palette.cpp

Modified: scummvm/trunk/engines/scumm/palette.cpp
===================================================================
--- scummvm/trunk/engines/scumm/palette.cpp	2009-08-29 15:23:03 UTC (rev 43804)
+++ scummvm/trunk/engines/scumm/palette.cpp	2009-08-29 19:35:06 UTC (rev 43805)
@@ -69,7 +69,7 @@
 
 	static const byte tableNESPalette[] = {
 		/*    0x1D     */
-		0x00, 0x00, 0x00, 	0x00, 0x24, 0x92, 	0x00, 0x00, 0xDB, 	0x6D, 0x49, 0xDB,
+		0x24, 0x24, 0x24, 	0x00, 0x24, 0x92, 	0x00, 0x00, 0xDB, 	0x6D, 0x49, 0xDB,
 		0x92, 0x00, 0x6D, 	0xB6, 0x00, 0x6D, 	0xB6, 0x24, 0x00, 	0x92, 0x49, 0x00,
 		0x6D, 0x49, 0x00, 	0x24, 0x49, 0x00, 	0x00, 0x6D, 0x24, 	0x00, 0x92, 0x00,
 		0x00, 0x49, 0x49, 	0x00, 0x00, 0x00, 	0x00, 0x00, 0x00, 	0x00, 0x00, 0x00,


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