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

Robert Göffringmann lavosspawn at users.sourceforge.net
Wed Oct 26 10:05:43 CEST 2005


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

Modified Files:
      Tag: branch-0-8-0
	dimuse_track.cpp 
Log Message:
ps2 specific change

Index: dimuse_track.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse_digi/dimuse_track.cpp,v
retrieving revision 1.53.2.1
retrieving revision 1.53.2.2
diff -u -d -r1.53.2.1 -r1.53.2.2
--- dimuse_track.cpp	18 Oct 2005 02:11:25 -0000	1.53.2.1
+++ dimuse_track.cpp	26 Oct 2005 17:04:43 -0000	1.53.2.2
@@ -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