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

Max Horn fingolfin at users.sourceforge.net
Wed Mar 9 10:14:52 CET 2005


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

Modified Files:
	mt32.cpp 
Log Message:
changing AudioDataType -> SoundType, so now the constant names match the name of the data type / the SoundMixer method names

Index: mt32.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/softsynth/mt32.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mt32.cpp	28 Jan 2005 22:05:50 -0000	1.6
+++ mt32.cpp	9 Mar 2005 18:12:49 -0000	1.7
@@ -269,7 +269,7 @@
 	_initialising = false;
 	g_system->clearScreen();
 	g_system->updateScreen();
-	_mixer->playInputStream(SoundMixer::kSFXAudioDataType, &_handle, this, -1, 255, 0, false, true);
+	_mixer->playInputStream(SoundMixer::kSFXSoundType, &_handle, this, -1, 255, 0, false, true);
 	return 0;
 }
 





More information about the Scummvm-git-logs mailing list