aboutsummaryrefslogtreecommitdiff
path: root/kyra
diff options
context:
space:
mode:
authorTravis Howell2005-11-27 06:13:36 +0000
committerTravis Howell2005-11-27 06:13:36 +0000
commitceb9116ab29b8c3d0a5f7825b7a46bf13793910c (patch)
tree13888d766bb7aa24c695503b6ad909f5918b58ff /kyra
parent5a62f79bd0c47347082007540cff7aacbd4875dc (diff)
downloadscummvm-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
Diffstat (limited to 'kyra')
-rw-r--r--kyra/screen.cpp2
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;