aboutsummaryrefslogtreecommitdiff
path: root/engines/tsage/sound.h
diff options
context:
space:
mode:
authorPaul Gilbert2011-06-21 21:42:42 +1000
committerPaul Gilbert2011-06-21 21:42:42 +1000
commit8aa368fe559bd19aedbbc7353b784466a0381485 (patch)
tree949690bcd4ce7696511dffa2970de1a68e27a282 /engines/tsage/sound.h
parent8c6ad70158ecdf75dd4f9e405f6afcee6dfcb982 (diff)
downloadscummvm-rg350-8aa368fe559bd19aedbbc7353b784466a0381485.tar.gz
scummvm-rg350-8aa368fe559bd19aedbbc7353b784466a0381485.tar.bz2
scummvm-rg350-8aa368fe559bd19aedbbc7353b784466a0381485.zip
TSAGE: Fix updating the volume when changed in the Options dialog
Diffstat (limited to 'engines/tsage/sound.h')
-rw-r--r--engines/tsage/sound.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/tsage/sound.h b/engines/tsage/sound.h
index be3924151b..0da54fc179 100644
--- a/engines/tsage/sound.h
+++ b/engines/tsage/sound.h
@@ -171,6 +171,7 @@ public:
VoiceTypeStruct *_voiceTypeStructPtrs[SOUND_ARR_SIZE];
uint32 _groupsAvail;
int _masterVol;
+ int _newVolume;
Common::Mutex _serverDisabledMutex;
Common::Mutex _serverSuspendedMutex;
int _suspendedCount;