diff options
author | Eugene Sandulenko | 2009-08-29 19:35:06 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2009-08-29 19:35:06 +0000 |
commit | e8a5cf29d4f6780310332d94dbff4972f12fc14b (patch) | |
tree | cca6bb14adb3bc8074c006b7109f690a9fb90717 /engines/scumm | |
parent | 4928ca23cc7b74008feae0561ceb4ac630d6c9dc (diff) | |
download | scummvm-rg350-e8a5cf29d4f6780310332d94dbff4972f12fc14b.tar.gz scummvm-rg350-e8a5cf29d4f6780310332d94dbff4972f12fc14b.tar.bz2 scummvm-rg350-e8a5cf29d4f6780310332d94dbff4972f12fc14b.zip |
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
Diffstat (limited to 'engines/scumm')
-rw-r--r-- | engines/scumm/palette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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, |