diff options
author | Travis Howell | 2004-02-04 08:08:56 +0000 |
---|---|---|
committer | Travis Howell | 2004-02-04 08:08:56 +0000 |
commit | dc852177fb27b83620f0a4296cde0e1a8dec1f62 (patch) | |
tree | e67370a7ab923d728693ee2cfe96236f6983b977 | |
parent | e5f194d3646972e415f21f6b2bc540d8640dd412 (diff) | |
download | scummvm-rg350-dc852177fb27b83620f0a4296cde0e1a8dec1f62.tar.gz scummvm-rg350-dc852177fb27b83620f0a4296cde0e1a8dec1f62.tar.bz2 scummvm-rg350-dc852177fb27b83620f0a4296cde0e1a8dec1f62.zip |
No longer required.
svn-id: r12721
-rw-r--r-- | scumm/palette.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scumm/palette.cpp b/scumm/palette.cpp index fa26b87f4e..1a7dc48b96 100644 --- a/scumm/palette.cpp +++ b/scumm/palette.cpp @@ -294,8 +294,7 @@ void ScummEngine::cyclePalette() { setDirtyColors(cycl->start, cycl->end); moveMemInPalRes(cycl->start, cycl->end, cycl->flags & 2); - if (!(_features & GF_SMALL_HEADER && _version > 2)) - doCyclePalette(_currentPalette, cycl->start, cycl->end, 3, !(cycl->flags & 2)); + doCyclePalette(_currentPalette, cycl->start, cycl->end, 3, !(cycl->flags & 2)); // Also cycle the other, indirect palettes if (_proc_special_palette) { |