diff options
| -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; | 
