aboutsummaryrefslogtreecommitdiff
path: root/scumm/palette_he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-16 14:07:43 +0000
committerTravis Howell2005-04-16 14:07:43 +0000
commitf958556ba652f2aae4874472c08190a2d18fe434 (patch)
treed8d60a5761b071b63956c339ee3df18ec5d34500 /scumm/palette_he.cpp
parent8b73e6a7dae1326bb5a56301462e8bc70e5b072b (diff)
downloadscummvm-rg350-f958556ba652f2aae4874472c08190a2d18fe434.tar.gz
scummvm-rg350-f958556ba652f2aae4874472c08190a2d18fe434.tar.bz2
scummvm-rg350-f958556ba652f2aae4874472c08190a2d18fe434.zip
Small correction.
svn-id: r17625
Diffstat (limited to 'scumm/palette_he.cpp')
-rw-r--r--scumm/palette_he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/palette_he.cpp b/scumm/palette_he.cpp
index b4d47215d7..dfd6e1b821 100644
--- a/scumm/palette_he.cpp
+++ b/scumm/palette_he.cpp
@@ -229,7 +229,7 @@ void ScummEngine_v99he::darkenPalette(int redScale, int greenScale, int blueScal
color = 255;
*dest++ = color;
- _hePalettes[1768 + startColor + j] = j;
+ _hePalettes[1792 + j] = j;
setDirtyColors(j, endColor);
}
}