From e8a5cf29d4f6780310332d94dbff4972f12fc14b Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 29 Aug 2009 19:35:06 +0000 Subject: Fix bug #2846887: "MANIAC NES: incorrect background color?" by reverting commit r25657. In fact this was an incorrect fix introduced in 0.10.0 svn-id: r43805 --- engines/scumm/palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines/scumm') diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp index 2fe3f34530..18881e1089 100644 --- a/engines/scumm/palette.cpp +++ b/engines/scumm/palette.cpp @@ -69,7 +69,7 @@ void ScummEngine::resetPalette() { 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, -- cgit v1.2.3