[Scummvm-cvs-logs] CVS: scummvm/sound mixer.h,1.88,1.89

Max Horn fingolfin at users.sourceforge.net
Sun Dec 26 17:33:10 CET 2004


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

Modified Files:
	mixer.h 
Log Message:
Add 'speech' sound type to mixer; make use of that in iMuse Digital

Index: mixer.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sound/mixer.h,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- mixer.h	27 Dec 2004 00:26:59 -0000	1.88
+++ mixer.h	27 Dec 2004 01:32:40 -0000	1.89
@@ -73,8 +73,8 @@
 		kPlainAudioDataType = 0,
 
 		kMusicAudioDataType = 1,
-		kSFXAudioDataType = 2
-		// kSpeechAudioDataType = 3	  TODO: Add this type later...
+		kSFXAudioDataType = 2,
+		kSpeechAudioDataType = 3
 	};
 
 private:





More information about the Scummvm-git-logs mailing list