aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
diff options
context:
space:
mode:
authorWalter van Niftrik2015-05-29 00:26:46 -0400
committerMatthew Hoops2015-07-07 20:19:45 -0400
commite31da911c98824b746d8804a63df9695216bc08e (patch)
treea4ba5958371976ee27fda117be7ad6d6cd6ba72e /engines/gob/gob.cpp
parentf7c785b37b5fb00029ebb04362f8a733f556e3dd (diff)
downloadscummvm-rg350-e31da911c98824b746d8804a63df9695216bc08e.tar.gz
scummvm-rg350-e31da911c98824b746d8804a63df9695216bc08e.tar.bz2
scummvm-rg350-e31da911c98824b746d8804a63df9695216bc08e.zip
GOB: Implement custom AdLib volume control
Diffstat (limited to 'engines/gob/gob.cpp')
-rw-r--r--engines/gob/gob.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/gob/gob.cpp b/engines/gob/gob.cpp
index 5ab3271a8f..24bdb858d8 100644
--- a/engines/gob/gob.cpp
+++ b/engines/gob/gob.cpp
@@ -389,6 +389,9 @@ void GobEngine::syncSoundSettings() {
Engine::syncSoundSettings();
_init->updateConfig();
+
+ if (_sound)
+ _sound->adlibSyncVolume();
}
void GobEngine::pauseGame() {