aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-12-29 01:28:44 +0000
committerPaweł Kołodziejski2002-12-29 01:28:44 +0000
commitedacf91d7f0c76f688d0a27916960ded498f5beb (patch)
tree534f8c9d8508d4b41b5859f98801550a4a4efa20 /scumm/sound.h
parentc8de10cbc525e60249bfad82ef39d55b8d0aec30 (diff)
downloadscummvm-rg350-edacf91d7f0c76f688d0a27916960ded498f5beb.tar.gz
scummvm-rg350-edacf91d7f0c76f688d0a27916960ded498f5beb.tar.bz2
scummvm-rg350-edacf91d7f0c76f688d0a27916960ded498f5beb.zip
fixed play CMI music
svn-id: r6246
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index 082ed5969f..dbf4e04eea 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -55,6 +55,8 @@ enum {
bool _musicBundleToBeChanged;
bool _musicBundleToBeRemoved;
int32 _bundleMusicSampleBits;
+ int32 _outputMixerSize;
+ int32 _bundleSampleChannels;
File *_sfxFile;
uint32 _talk_sound_a1, _talk_sound_a2, _talk_sound_b1, _talk_sound_b2;