diff options
Diffstat (limited to 'scumm/palette.cpp')
-rw-r--r-- | scumm/palette.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp index ba5a52ba76..fe30c0b779 100644 --- a/scumm/palette.cpp +++ b/scumm/palette.cpp @@ -609,7 +609,7 @@ void ScummEngine::setupShadowPalette(int redScale, int greenScale, int blueScale if (b > max) b = max; - bestsum = 32000; + bestsum = 0x7FFFFFFF; r &= ~3; g &= ~3; |