diff options
author | Travis Howell | 2005-04-16 14:07:43 +0000 |
---|---|---|
committer | Travis Howell | 2005-04-16 14:07:43 +0000 |
commit | f958556ba652f2aae4874472c08190a2d18fe434 (patch) | |
tree | d8d60a5761b071b63956c339ee3df18ec5d34500 | |
parent | 8b73e6a7dae1326bb5a56301462e8bc70e5b072b (diff) | |
download | scummvm-rg350-f958556ba652f2aae4874472c08190a2d18fe434.tar.gz scummvm-rg350-f958556ba652f2aae4874472c08190a2d18fe434.tar.bz2 scummvm-rg350-f958556ba652f2aae4874472c08190a2d18fe434.zip |
Small correction.
svn-id: r17625
-rw-r--r-- | scumm/palette_he.cpp | 2 |
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); } } |