[Scummvm-cvs-logs] CVS: scummvm/sound/softsynth mt32.cpp,1.7,1.8

Max Horn fingolfin at users.sourceforge.net
Sat Mar 12 10:57:07 CET 2005


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

Modified Files:
	mt32.cpp 
Log Message:
PlayingSoundHandle -> SoundHandle; also, turned the handle activity check into a mixer method

Index: mt32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mt32.cpp	9 Mar 2005 18:12:49 -0000	1.7
+++ mt32.cpp	12 Mar 2005 18:56:06 -0000	1.8
@@ -43,7 +43,7 @@
 
 class MidiDriver_MT32 : public MidiDriver_Emulated {
 private:
-	PlayingSoundHandle _handle;
+	SoundHandle _handle;
 	MidiChannel_MT32 _midiChannels[16];
 	uint16 _channelMask;
 	MT32Emu::Synth *_synth;





More information about the Scummvm-git-logs mailing list