[Scummvm-cvs-logs] CVS: scummvm/scumm/imuse_digi dimuse_track.cpp,1.54,1.55

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Nov 9 12:01:00 CET 2005


Update of /cvsroot/scummvm/scummvm/scumm/imuse_digi
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27304/scumm/imuse_digi

Modified Files:
	dimuse_track.cpp 
Log Message:
sync head with branch.

Index: dimuse_track.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_track.cpp,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -d -r1.54 -r1.55
--- dimuse_track.cpp	18 Oct 2005 01:30:21 -0000	1.54
+++ dimuse_track.cpp	9 Nov 2005 19:59:57 -0000	1.55
@@ -82,7 +82,9 @@
 		// processing is done by another thread, we also call parseEvents to
 		// give it some time (and to avoid busy waiting/looping).
 		flushTracks();
+#ifndef __PLAYSTATION2__
 		_vm->parseEvents();
+#endif
 	}
 
 	track->pan = 64;





More information about the Scummvm-git-logs mailing list