diff options
-rw-r--r-- | scumm/costume.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/costume.cpp b/scumm/costume.cpp index 0151b5ac55..ab923b9154 100644 --- a/scumm/costume.cpp +++ b/scumm/costume.cpp @@ -346,8 +346,8 @@ void CostumeRenderer::procC64() { // * figure out how to get the right colors/palette // * test masking (once we implement any masking for V1 games) - const byte *palette = _vm->gdi._C64Colors; -// const byte palette[4] = { 0, 1, 2, 3 }; +// const byte *palette = _vm->gdi._C64Colors; + const byte palette[4] = { 0, 10, 6, 0 }; // const byte *palette = _palette; v1.skip_width >>= 3; |