AGI: Switch to CLUT3 for Macintosh as default
This commit is contained in:
parent
088c4d118c
commit
bb9052bf6f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue