mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-10 03:40:25 +00:00
FREESCAPE: fixed incorrect color in one of the CGA palettes from Driller (DOS)
This commit is contained in:
parent
d03ab98029
commit
0e9e395247
@ -32,7 +32,7 @@ namespace Freescape {
|
||||
byte dos_CGA_palette[4][3] = {
|
||||
{0x00, 0x00, 0x00},
|
||||
{0x00, 0xaa, 0xaa},
|
||||
{0xaa, 0x00, 0x00},
|
||||
{0xaa, 0x00, 0xaa},
|
||||
{0xaa, 0xaa, 0xaa},
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user