[Scummvm-cvs-logs] CVS: scummvm/scumm imuse.cpp,1.37,1.38

Pawe? Ko?odziejski aquadran at users.sourceforge.net
Sun Oct 6 01:23:01 CEST 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory usw-pr-cvs1:/tmp/cvs-serv14941

Modified Files:
	imuse.cpp 
Log Message:
full redraw after smush movie and changes in debug

Index: imuse.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/imuse.cpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- imuse.cpp	6 Oct 2002 08:17:04 -0000	1.37
+++ imuse.cpp	6 Oct 2002 08:22:45 -0000	1.38
@@ -5221,7 +5221,7 @@
 }
 
 int IMuseDigital::getSoundStatus(int sound) {
-	debug(1, "IMuseDigital::getSoundStatus(%d)", sound);
+	debug(2, "IMuseDigital::getSoundStatus(%d)", sound);
 	for (int32 l = 0; l < MAX_DIGITAL_CHANNELS; l++) {
 		if ((_channel[l]._idSound == sound) && (_channel[l]._used == true)) {
 			return 1;





More information about the Scummvm-git-logs mailing list