[Scummvm-cvs-logs] CVS: scummvm/kyra screen.cpp,1.27,1.28

kirben kirben at users.sourceforge.net
Sat Nov 26 22:14:06 CET 2005


Update of /cvsroot/scummvm/scummvm/kyra
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25105/kyra

Modified Files:
	screen.cpp 
Log Message:

Not required for CD version, causes palette glitches in CD version.


Index: screen.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/screen.cpp,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- screen.cpp	27 Nov 2005 04:16:51 -0000	1.27
+++ screen.cpp	27 Nov 2005 06:13:36 -0000	1.28
@@ -681,8 +681,6 @@
 				// this is guessed
 				if (shapeFlags & 1) {
 					const uint8 *colorTable = shapeData + 10;
-					if (_vm->features() & GF_TALKIE)
-						colorTable += 2;
 					*decodedShapeFrame++ = colorTable[code];
 				} else {
 					*decodedShapeFrame++ = code;





More information about the Scummvm-git-logs mailing list