[Scummvm-cvs-logs] CVS: scummvm/graphics animation.cpp,1.21,1.22

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


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

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

Index: animation.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/graphics/animation.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- animation.cpp	6 Mar 2005 14:12:40 -0000	1.21
+++ animation.cpp	9 Mar 2005 18:12:38 -0000	1.22
@@ -143,7 +143,7 @@
 	bgSoundStream = createAudioStream(name, audioArg);
 
 	if (bgSoundStream != NULL) {
-		_snd->playInputStream(SoundMixer::kSFXAudioDataType, &bgSound, bgSoundStream, -1, 255, 0, false);
+		_snd->playInputStream(SoundMixer::kSFXSoundType, &bgSound, bgSoundStream, -1, 255, 0, false);
 	} else {
 		warning("Cutscene: Could not open Audio Track for %s", name);
 	}





More information about the Scummvm-git-logs mailing list