[Scummvm-cvs-logs] CVS: residual smush.h,1.9,1.10

James Brown ender at users.sourceforge.net
Tue Feb 24 21:54:07 CET 2004


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

Modified Files:
	smush.h 
Log Message:
Fix compilation - aquadran missed this one I guess.


Index: smush.h
===================================================================
RCS file: /cvsroot/scummvm/residual/smush.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- smush.h	22 Feb 2004 06:42:56 -0000	1.9
+++ smush.h	25 Feb 2004 05:38:56 -0000	1.10
@@ -125,6 +125,7 @@
 	void pause(bool pause) { _videoPause = pause; }
 	bool isPlaying() { return !_videoFinished; }
 	bool isUpdateNeeded() { return _updateNeeded; }
+	void clearUpdateNeeded() {_updateNeeded = false; }
 	byte *getDstPtr() { return _buf; }
 	int getX() { return _x; }
 	int getY() { return _y; }





More information about the Scummvm-git-logs mailing list