[Scummvm-cvs-logs] CVS: scummvm/scumm/smush smush_player.h,1.5,1.6

Max Horn fingolfin at users.sourceforge.net
Mon May 26 12:58:02 CEST 2003


Update of /cvsroot/scummvm/scummvm/scumm/smush
In directory sc8-pr-cvs1:/tmp/cvs-serv22266

Modified Files:
	smush_player.h 
Log Message:
Make _smushProcessFrame volatile (for multi thread access)

Index: smush_player.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/smush/smush_player.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- smush_player.h	30 Apr 2003 19:11:33 -0000	1.5
+++ smush_player.h	26 May 2003 19:57:00 -0000	1.6
@@ -67,7 +67,7 @@
 
 	int _width, _height;
 	byte *_data;
-	bool _smushProcessFrame;
+	volatile bool _smushProcessFrame;
 	bool _updateNeeded;
 
 	SmushPlayer(Scumm *, int, bool);





More information about the Scummvm-git-logs mailing list