[Scummvm-cvs-logs] SF.net SVN: scummvm: [22612] scummvm/trunk/engines/kyra/sequences_v1.cpp

lordhoto at users.sourceforge.net lordhoto at users.sourceforge.net
Wed May 24 07:35:12 CEST 2006


Revision: 22612
Author:   lordhoto
Date:     2006-05-24 07:34:38 -0700 (Wed, 24 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22612&view=rev

Log Message:
-----------
Fixes bug # 1471893 ("KYRA1: Graphics glitch when Malcolm turns to stone").

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/sequences_v1.cpp
Modified: scummvm/trunk/engines/kyra/sequences_v1.cpp
===================================================================
--- scummvm/trunk/engines/kyra/sequences_v1.cpp	2006-05-24 14:25:42 UTC (rev 22611)
+++ scummvm/trunk/engines/kyra/sequences_v1.cpp	2006-05-24 14:34:38 UTC (rev 22612)
@@ -1487,7 +1487,7 @@
 			timer1 = _system->getMillis();
 			int x = 0, y = 0;
 			if (processBead(beadState1.x, beadState1.y, x, y, &beadState2)) {
-				if (beadState1.dstX == 290) {
+				if (beadState2.dstX == 290) {
 					_screen->copyFromCurPageBlock(beadState1.x >> 3, beadState1.y, beadState1.width, beadState1.height, _endSequenceBackUpRect);
 					uint32 nextRun = 0;
 					_finalB->setX(224);


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list