diff options
author | Travis Howell | 2005-11-27 06:13:36 +0000 |
---|---|---|
committer | Travis Howell | 2005-11-27 06:13:36 +0000 |
commit | ceb9116ab29b8c3d0a5f7825b7a46bf13793910c (patch) | |
tree | 13888d766bb7aa24c695503b6ad909f5918b58ff | |
parent | 5a62f79bd0c47347082007540cff7aacbd4875dc (diff) | |
download | scummvm-rg350-ceb9116ab29b8c3d0a5f7825b7a46bf13793910c.tar.gz scummvm-rg350-ceb9116ab29b8c3d0a5f7825b7a46bf13793910c.tar.bz2 scummvm-rg350-ceb9116ab29b8c3d0a5f7825b7a46bf13793910c.zip |
Not required for CD version, causes palette glitches in CD version.
svn-id: r19716
-rw-r--r-- | kyra/screen.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/kyra/screen.cpp b/kyra/screen.cpp index 5936670f3b..f28d80e53f 100644 --- a/kyra/screen.cpp +++ b/kyra/screen.cpp @@ -681,8 +681,6 @@ void Screen::drawShape(uint8 pageNum, const uint8 *shapeData, int x, int y, int // this is guessed if (shapeFlags & 1) { const uint8 *colorTable = shapeData + 10; - if (_vm->features() & GF_TALKIE) - colorTable += 2; *decodedShapeFrame++ = colorTable[code]; } else { *decodedShapeFrame++ = code; |