SCI: Removed a hack for SCI1 Amiga games in setOnScreen()

This commit is contained in:
md5 2011-03-04 00:17:38 +02:00
parent c8225c9c0e
commit e286b1b5f1

View File

@ -418,10 +418,6 @@ void GfxPalette::getSys(Palette *pal) {
}
void GfxPalette::setOnScreen() {
// We dont change palette at all times for amiga
if (_resMan->isAmiga32color())
return;
copySysPaletteToScreen();
}