aboutsummaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorMax Horn2004-12-27 01:32:40 +0000
committerMax Horn2004-12-27 01:32:40 +0000
commitf15f517bb45c9ddb06178b4127f08d04204275b0 (patch)
tree3bf784ad0ee3b2c8f9b54d1ebaa916da9d234b09 /sound
parent67b311713d8f4cfcd460a9649e0075f24278a048 (diff)
downloadscummvm-rg350-f15f517bb45c9ddb06178b4127f08d04204275b0.tar.gz
scummvm-rg350-f15f517bb45c9ddb06178b4127f08d04204275b0.tar.bz2
scummvm-rg350-f15f517bb45c9ddb06178b4127f08d04204275b0.zip
Add 'speech' sound type to mixer; make use of that in iMuse Digital
svn-id: r16331
Diffstat (limited to 'sound')
-rw-r--r--sound/mixer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/mixer.h b/sound/mixer.h
index 268e66296f..f282825205 100644
--- a/sound/mixer.h
+++ b/sound/mixer.h
@@ -73,8 +73,8 @@ public:
kPlainAudioDataType = 0,
kMusicAudioDataType = 1,
- kSFXAudioDataType = 2
- // kSpeechAudioDataType = 3 TODO: Add this type later...
+ kSFXAudioDataType = 2,
+ kSpeechAudioDataType = 3
};
private: