[Scummvm-cvs-logs] CVS: scummvm/sound midiparser.cpp,1.7,1.8
Jamieson Christian
jamieson630 at users.sourceforge.net
Thu May 22 21:36:05 CEST 2003
Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1:/tmp/cvs-serv31555/scummvm/sound
Modified Files:
midiparser.cpp
Log Message:
Removed annoying warning
Index: midiparser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- midiparser.cpp 23 May 2003 04:30:50 -0000 1.7
+++ midiparser.cpp 23 May 2003 04:35:50 -0000 1.8
@@ -279,7 +279,7 @@
_active_notes [_next_event.basic.param1] &= ~ (1 << _next_event.channel());
}
} else if (_next_event.event == 0xFF && _next_event.ext.type == 0x2F) {
- printf ("MidiParser::hangAllActiveNotes(): Hit End of Track with active notes left!\n");
+ // printf ("MidiParser::hangAllActiveNotes(): Hit End of Track with active notes left!\n");
memset (_active_notes, 0, sizeof (_active_notes));
break;
}
More information about the Scummvm-git-logs
mailing list