aboutsummaryrefslogtreecommitdiff
path: root/scumm/sound.h
diff options
context:
space:
mode:
authorMax Horn2003-10-17 16:30:24 +0000
committerMax Horn2003-10-17 16:30:24 +0000
commit96a8d0ec1cb7410d3790c822f2f9d5ce363daeb2 (patch)
tree3bfefdcb22643e249b82f0808e4ebeb889b01c33 /scumm/sound.h
parent012450de73cbac232be2f779b14e64e28cbdfb92 (diff)
downloadscummvm-rg350-96a8d0ec1cb7410d3790c822f2f9d5ce363daeb2.tar.gz
scummvm-rg350-96a8d0ec1cb7410d3790c822f2f9d5ce363daeb2.tar.bz2
scummvm-rg350-96a8d0ec1cb7410d3790c822f2f9d5ce363daeb2.zip
proper fix for COMI timer issue: don't let a Timer remove itself
svn-id: r10867
Diffstat (limited to 'scumm/sound.h')
-rw-r--r--scumm/sound.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scumm/sound.h b/scumm/sound.h
index c9798d2df5..de2a4c4e21 100644
--- a/scumm/sound.h
+++ b/scumm/sound.h
@@ -57,7 +57,6 @@ protected:
bool _pauseBundleMusic;
PlayingSoundHandle _bundleMusicTrack;
bool _musicBundleToBeChanged;
- bool _musicBundleToBeRemoved;
int32 _bundleMusicSampleBits;
int32 _outputMixerSize;
int32 _bundleSampleChannels;