[Scummvm-cvs-logs] SF.net SVN: scummvm:[53786] scummvm/branches/branch-1-2-0/engines/scumm/ palette.cpp

Kirben at users.sourceforge.net Kirben at users.sourceforge.net
Mon Oct 25 05:26:20 CEST 2010


Revision: 53786
          http://scummvm.svn.sourceforge.net/scummvm/?rev=53786&view=rev
Author:   Kirben
Date:     2010-10-25 03:26:20 +0000 (Mon, 25 Oct 2010)

Log Message:
-----------
SCUMM: Add patch #3093057 - MMC64: sentence/inventory color.

Modified Paths:
--------------
    scummvm/branches/branch-1-2-0/engines/scumm/palette.cpp

Modified: scummvm/branches/branch-1-2-0/engines/scumm/palette.cpp
===================================================================
--- scummvm/branches/branch-1-2-0/engines/scumm/palette.cpp	2010-10-25 03:21:49 UTC (rev 53785)
+++ scummvm/branches/branch-1-2-0/engines/scumm/palette.cpp	2010-10-25 03:26:20 UTC (rev 53786)
@@ -70,7 +70,7 @@
 		// Use 17 color table for v1 games to allow correct color for inventory and
 		// sentence line. Original games used some kind of dynamic color table
 		// remapping between rooms.
-		0xFF, 0x55, 0xFF
+		0x7F, 0x3B, 0xA6
 	};
 
 	static const byte tableNESPalette[] = {


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