mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
SCI: Removed a hack for SCI1 Amiga games in setOnScreen()
This commit is contained in:
parent
c8225c9c0e
commit
e286b1b5f1
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user