From bb9052bf6f9a566c9862d97f25f38eba93062010 Mon Sep 17 00:00:00 2001 From: Martin Kiewitz Date: Sat, 6 Feb 2016 00:03:17 +0100 Subject: AGI: Switch to CLUT3 for Macintosh as default --- engines/agi/graphics.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/agi/graphics.cpp b/engines/agi/graphics.cpp index e5956919b6..ba5895ccd1 100644 --- a/engines/agi/graphics.cpp +++ b/engines/agi/graphics.cpp @@ -107,7 +107,7 @@ int GfxMgr::initVideo() { initPaletteCLUT(_paletteGfxMode, PALETTE_MACINTOSH_CLUT3, 16); break; default: - initPaletteCLUT(_paletteGfxMode, PALETTE_MACINTOSH_CLUT, 16); + initPaletteCLUT(_paletteGfxMode, PALETTE_MACINTOSH_CLUT3, 16); break; } break; -- cgit v1.2.3