From f3129c261a9f31b0501650725c6c30415b5bd368 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Tue, 19 Apr 2005 04:16:03 +0000 Subject: Ooops svn-id: r17675 --- scumm/palette.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/palette.cpp b/scumm/palette.cpp index 20f13e15f5..5805db434a 100644 --- a/scumm/palette.cpp +++ b/scumm/palette.cpp @@ -238,7 +238,7 @@ void ScummEngine::setPaletteFromPtr(const byte *ptr, int numcolor) { // off there, too... I wonder if it hurts other games, too? What exactly is broken // if we remove this patch? // Since it also causes problems in Zak256, I am turning it off for all V4 games and older. - if (_version >= 5 || _version <= 6) { + if (_version >= 5 && _version <= 6) { if ((_heversion >= 80) && (i == 15 || r < 252 || g < 252 || b < 252)) { *dest++ = r; *dest++ = g; -- cgit v1.2.3