aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-12-28 21:46:49 +0000
committerPaweł Kołodziejski2002-12-28 21:46:49 +0000
commit3102fd42e33d6feb810833737d11f9675d839667 (patch)
tree75ed8d789618a93021a70a98447e3b8d4a91b8bf /scumm/sound.h
parentf63cb964685392d4954f23ce25abc7132ec4b375 (diff)
downloadscummvm-rg350-3102fd42e33d6feb810833737d11f9675d839667.tar.gz
scummvm-rg350-3102fd42e33d6feb810833737d11f9675d839667.tar.bz2
scummvm-rg350-3102fd42e33d6feb810833737d11f9675d839667.zip
added more stuff for CMI music
svn-id: r6241
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index d388576327..082ed5969f 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -54,6 +54,7 @@ enum {
int32 _bundleMusicTrack;
bool _musicBundleToBeChanged;
bool _musicBundleToBeRemoved;
+ int32 _bundleMusicSampleBits;
File *_sfxFile;
uint32 _talk_sound_a1, _talk_sound_a2, _talk_sound_b1, _talk_sound_b2;