[Scummvm-cvs-logs] CVS: scummvm/saga music.cpp,1.25,1.26

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sat Oct 16 00:47:02 CEST 2004


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

Modified Files:
	music.cpp 
Log Message:
Oops, forgot to remove these lines. Now all three forms of music (XMIDI,
MIDI and digitized music) use the same method to decide whether or not to
loop.


Index: music.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/saga/music.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- music.cpp	12 Oct 2004 11:45:53 -0000	1.25
+++ music.cpp	16 Oct 2004 07:46:04 -0000	1.26
@@ -429,9 +429,6 @@
 
 		_player->setGM(true);
 		parser = MidiParser::createParser_SMF();
-
-		// FIXME: Is this really the case or we receive correct parameter?
-		flags = _midiTableITECD[music_rn - 9].flags;
 	} else {
 		// Load XMI resource data
 





More information about the Scummvm-git-logs mailing list