[Scummvm-cvs-logs] SF.net SVN: scummvm:[44990] scummvm/trunk/engines/sci/sfx

m_kiewitz at users.sourceforge.net m_kiewitz at users.sourceforge.net
Mon Oct 12 18:00:30 CEST 2009


Revision: 44990
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44990&view=rev
Author:   m_kiewitz
Date:     2009-10-12 16:00:30 +0000 (Mon, 12 Oct 2009)

Log Message:
-----------
SCI: commenting out music warnings

Modified Paths:
--------------
    scummvm/trunk/engines/sci/sfx/iterator.cpp
    scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp

Modified: scummvm/trunk/engines/sci/sfx/iterator.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-10-12 15:52:50 UTC (rev 44989)
+++ scummvm/trunk/engines/sci/sfx/iterator.cpp	2009-10-12 16:00:30 UTC (rev 44990)
@@ -1356,8 +1356,8 @@
 
 			if (firstfree == MIDI_CHANNELS) {
 				incomplete_map = 1;
-				warning("[songit-tee <%08lx,%08lx>] Could not remap right channel #%d: Out of channels",
-				        left->ID, right->ID, i);
+				//warning("[songit-tee <%08lx,%08lx>] Could not remap right channel #%d: Out of channels",
+				//        left->ID, right->ID, i);
 			} else {
 				_children[TEE_RIGHT].channel_remap[i] = firstfree;
 

Modified: scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp
===================================================================
--- scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp	2009-10-12 15:52:50 UTC (rev 44989)
+++ scummvm/trunk/engines/sci/sfx/softseq/adlib.cpp	2009-10-12 16:00:30 UTC (rev 44990)
@@ -173,7 +173,7 @@
 					voiceOff(i);
 			break;
 		default:
-			warning("ADLIB: ignoring MIDI command %02x %02x %02x", command | channel, op1, op2);
+			//warning("ADLIB: ignoring MIDI command %02x %02x %02x", command | channel, op1, op2);
 			break;
 		}
 		break;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list