aboutsummaryrefslogtreecommitdiff
path: root/scumm/palette.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/palette.cpp')
-rw-r--r--scumm/palette.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp
index 91b8726c1d..f9d7d945eb 100644
--- a/scumm/palette.cpp
+++ b/scumm/palette.cpp
@@ -503,7 +503,7 @@ void ScummEngine::setupShadowPalette(int redScale, int greenScale, int blueScale
if (b > 255)
b = 255;
- bestsum = (uint)-1;
+ bestsum = 32000;
r &= ~3;
g &= ~3;