aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorathrxx2018-11-17 16:44:27 +0100
committerathrxx2018-12-25 21:31:45 +0100
commit53122846e1bd78f14d125eafe117c77a89b5385a (patch)
treed918e13584b16221e2db40e083d7ac678e501155
parenta0473b17e4e983c883a2c5687c809286e95fd98e (diff)
downloadscummvm-rg350-53122846e1bd78f14d125eafe117c77a89b5385a.tar.gz
scummvm-rg350-53122846e1bd78f14d125eafe117c77a89b5385a.tar.bz2
scummvm-rg350-53122846e1bd78f14d125eafe117c77a89b5385a.zip
KYRA: remove some unnecessary lines
-rw-r--r--engines/kyra/sound_towns.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/engines/kyra/sound_towns.cpp b/engines/kyra/sound_towns.cpp
index e1c9bc5324..94bfbcf915 100644
--- a/engines/kyra/sound_towns.cpp
+++ b/engines/kyra/sound_towns.cpp
@@ -236,7 +236,6 @@ void SoundTowns::updateVolumeSettings() {
return;
bool mute = false;
- _player->driver()->setSoundEffectVolume(ConfMan.getInt("sfx_volume"));
if (ConfMan.hasKey("mute"))
mute = ConfMan.getBool("mute");
@@ -505,7 +504,6 @@ void SoundPC98::updateVolumeSettings() {
return;
bool mute = false;
- _driver->setSoundEffectVolume(ConfMan.getInt("sfx_volume"));
if (ConfMan.hasKey("mute"))
mute = ConfMan.getBool("mute");
@@ -739,7 +737,6 @@ void SoundTownsPC98_v2::updateVolumeSettings() {
return;
bool mute = false;
- _driver->setSoundEffectVolume(ConfMan.getInt("sfx_volume"));
if (ConfMan.hasKey("mute"))
mute = ConfMan.getBool("mute");