[Scummvm-cvs-logs] CVS: residual smush.cpp,1.21,1.22

Pawel Kolodziejski aquadran at users.sourceforge.net
Sat Feb 21 10:21:02 CET 2004


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

Modified Files:
	smush.cpp 
Log Message:
it should be update from _buf

Index: smush.cpp
===================================================================
RCS file: /cvsroot/scummvm/residual/smush.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- smush.cpp	21 Feb 2004 17:48:45 -0000	1.21
+++ smush.cpp	21 Feb 2004 18:08:41 -0000	1.22
@@ -295,7 +295,7 @@
 	while (!_videoFinished) {
 		
 		if (_updateNeeded) {
-			g_driver->drawSMUSHframe(_width, _height, _dst);
+			g_driver->drawSMUSHframe(_width, _height, _buf);
 			_updateNeeded = false;
 		}
 





More information about the Scummvm-git-logs mailing list