From 082bed889803d415c3445a301b8a284076775acd Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Wed, 2 Jan 2008 13:11:26 +0000 Subject: Narrow fix for bug #1206994 only to FOA. svn-id: r30149 --- engines/scumm/palette.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'engines') diff --git a/engines/scumm/palette.cpp b/engines/scumm/palette.cpp index 160a977940..775aa52a14 100644 --- a/engines/scumm/palette.cpp +++ b/engines/scumm/palette.cpp @@ -682,10 +682,9 @@ void ScummEngine::darkenPalette(int redScale, int greenScale, int blueScale, int if (_game.heversion == 70) setDirtyColors(idx, idx); - // Original FOA Amiga version skips these colors // Fixes bug #1206994: "FOA AMIGA: Black cursor and text in Dig Site" - if (_game.platform == Common::kPlatformAmiga) { + if (_game.platform == Common::kPlatformAmiga && _game.id == GID_INDY4) { if (j < 16) { cptr += 3; continue; -- cgit v1.2.3