[Scummvm-cvs-logs] CVS: residual smush.h,1.9,1.10
Pawel Kolodziejski
pablo at omega.xtr.net.pl
Wed Feb 25 03:26:04 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; }
i didn't want this commit, i fotgot revert changes. i know that is causing
flicker as i told you on irc channel. generaly there was bug before
_updatNeeded was always true and caused always update at each opengl loop.
sev: cvs can be broken sometimes. if something is broken use code before,
that is cvs.
More information about the Scummvm-git-logs
mailing list