aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp
index 8db158dcdf..f54a0a2186 100644
--- a/scumm/palette.cpp
+++ b/scumm/palette.cpp
@@ -456,7 +456,7 @@ void ScummEngine::setupShadowPalette(int redScale, int greenScale, int blueScale
const byte *basepal = getPalettePtr(_curPalIndex);
const byte *compareptr;
const byte *pal = basepal + start * 3;
- byte *table = _shadowPalette + start * 3;
+ byte *table = _shadowPalette + start;
int i;
// This is a correction of the patch supplied for BUG #588501.