[Scummvm-cvs-logs] CVS: scummvm/kyra seqplayer.cpp,1.11,1.12

Johannes Schickel lordhoto at users.sourceforge.net
Sat Jan 7 18:26:01 CET 2006


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

Modified Files:
	seqplayer.cpp 
Log Message:
Should fix gfx glichtes in the intro.


Index: seqplayer.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/seqplayer.cpp,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- seqplayer.cpp	7 Jan 2006 23:55:49 -0000	1.11
+++ seqplayer.cpp	8 Jan 2006 02:25:05 -0000	1.12
@@ -191,7 +191,7 @@
 	if (!_copyViewOffs) {
 		y -= 8;
 	}
-	if (_specialBuffer) {
+	if (_specialBuffer && !_copyViewOffs) {
 		_screen->copyToPage0(16, y, 3, _specialBuffer);
 	} else {
 		_screen->copyRegion(0, 16, 0, 16, 320, y, 2, 0);
@@ -516,7 +516,7 @@
 		SEQOP(2, s1_wsaPlayPrevFrame),
 		SEQOP(5, s1_drawShape),
 		SEQOP(3, s1_waitTicks),
-		SEQOP(3, s1_copyWaitTicks),
+		SEQOP(3, s1_waitTicks),
 		// 0x08
 		SEQOP(3, s1_copyWaitTicks),
 		SEQOP(1, s1_shuffleScreen),
@@ -524,7 +524,7 @@
 		SEQOP(2, s1_loopInit),
 		// 0x0C
 		SEQOP(4, s1_loopInc),
-		SEQOP(4, s1_loopInc), // Again?
+		SEQOP(4, s1_loopInc),
 		SEQOP(2, s1_skip),
 		SEQOP(2, s1_loadPalette),
 		// 0x10





More information about the Scummvm-git-logs mailing list