mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-03 23:31:57 +00:00
AGI: Switch to CLUT3 for Macintosh as default
This commit is contained in:
parent
088c4d118c
commit
bb9052bf6f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user