[Scummvm-cvs-logs] CVS: scummvm/sound midiparser.cpp,1.23,1.24

James Brown ender at users.sourceforge.net
Thu Nov 11 06:20:06 CET 2004


Update of /cvsroot/scummvm/scummvm/sound
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18796

Modified Files:
	midiparser.cpp 
Log Message:
Erm, this was never meant to be commited. I might as well leave the .h change for now, until kyra is investigated further.


Index: midiparser.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/midiparser.cpp,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- midiparser.cpp	11 Nov 2004 14:01:10 -0000	1.23
+++ midiparser.cpp	11 Nov 2004 14:19:38 -0000	1.24
@@ -181,8 +181,8 @@
 		_position._last_event_tick += info.delta;
 		if (info.event < 0x80) {
 			warning("Bad command or running status %02X", info.event);
-			//_position._play_pos = 0;
-			//return;
+			_position._play_pos = 0;
+			return;
 		}
 
 		if (info.event == 0xF0) {





More information about the Scummvm-git-logs mailing list