aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/hugo.cpp
diff options
context:
space:
mode:
authorArnaud Boutonné2010-12-22 22:25:52 +0000
committerArnaud Boutonné2010-12-22 22:25:52 +0000
commit6d30449d5aeaf21c810e31ee15776cf9a4522251 (patch)
tree3186b6ae326578caefe49871b47678f05b0be152 /engines/hugo/hugo.cpp
parent8e26ae0f92ded60f6241c68349812770b8d3c3fe (diff)
downloadscummvm-rg350-6d30449d5aeaf21c810e31ee15776cf9a4522251.tar.gz
scummvm-rg350-6d30449d5aeaf21c810e31ee15776cf9a4522251.tar.bz2
scummvm-rg350-6d30449d5aeaf21c810e31ee15776cf9a4522251.zip
HUGO: Implement syncSoundSettings()
svn-id: r55018
Diffstat (limited to 'engines/hugo/hugo.cpp')
-rw-r--r--engines/hugo/hugo.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/engines/hugo/hugo.cpp b/engines/hugo/hugo.cpp
index 993c90e4ea..02eca3ff68 100644
--- a/engines/hugo/hugo.cpp
+++ b/engines/hugo/hugo.cpp
@@ -1276,4 +1276,12 @@ bool HugoEngine::canSaveGameStateCurrently() {
int8 HugoEngine::getTPS() {
return ((_config.turboFl) ? TURBO_TPS : _normalTPS);
}
+
+void HugoEngine::syncSoundSettings() {
+ Engine::syncSoundSettings();
+
+ _sound->syncVolume();
+}
+
+
} // End of namespace Hugo