[Scummvm-cvs-logs] CVS: scummvm/kyra wsamovie.cpp,1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Fri Oct 15 12:54:56 CEST 2004


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

Modified Files:
	wsamovie.cpp 
Log Message:
Fix what looks to be a typo, anybody who actually has kyra may want to verify this...

Index: wsamovie.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/wsamovie.cpp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- wsamovie.cpp	15 Oct 2004 06:06:47 -0000	1.1
+++ wsamovie.cpp	15 Oct 2004 19:48:07 -0000	1.2
@@ -92,9 +92,9 @@
 			}
 			
 			uint8* frameData = 0;
-			uint8 image40[64000]; // I think this crash on Plam OS :)
+			uint8 image40[64000]; // I think this will crash on Plam OS :)
 			
-			if (frame = _prefetchedFrame + 1) {
+			if (frame == _prefetchedFrame + 1) {
 				frameData = _buffer + _offsetTable[frame] + (hasPalette() ? 768 : 0);
 				Compression::decode80(frameData, image40);
 				Compression::decode40(image40, _currentFrame);





More information about the Scummvm-git-logs mailing list