aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorPaweł Kołodziejski2002-10-15 06:53:42 +0000
committerPaweł Kołodziejski2002-10-15 06:53:42 +0000
commit45b1a8ea4563536b221c75c260b2b83b43bf3737 (patch)
tree72ca1cfce24d9ad6cf356e90ebd7148f9202dd21 /scumm/sound.h
parent3fb3f65a1877c7ce607c455bd10557d79a6dc2bb (diff)
downloadscummvm-rg350-45b1a8ea4563536b221c75c260b2b83b43bf3737.tar.gz
scummvm-rg350-45b1a8ea4563536b221c75c260b2b83b43bf3737.tar.bz2
scummvm-rg350-45b1a8ea4563536b221c75c260b2b83b43bf3737.zip
cleanup sfx and music in imuse, changed talkdelay description(disable) in the dig
svn-id: r5148
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index cad4619376..409e1b7c58 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -44,6 +44,7 @@ enum {
bool _soundVolumePreset;
char * _nameBundleMusic;
+ char * _newNameBundleMusic;
int32 _currentSampleBundleMusic;
int32 _numberSamplesBundleMusic;
int32 _offsetSampleBundleMusic;
@@ -52,6 +53,8 @@ enum {
byte * _musicBundleBufOutput;
bool _pauseBundleMusic;
int32 _bundleMusicTrack;
+ bool _musicBundleToBeChanged;
+ bool _musicBundleToBeRemoved;
int _talkChannel; /* Mixer channel actor is talking on */
File *_sfxFile;