aboutsummaryrefslogtreecommitdiff
path: root/engines/hugo/sound.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/hugo/sound.cpp')
-rw-r--r--engines/hugo/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/hugo/sound.cpp b/engines/hugo/sound.cpp
index 1894a636d8..cdb3ced347 100644
--- a/engines/hugo/sound.cpp
+++ b/engines/hugo/sound.cpp
@@ -240,7 +240,7 @@ SoundHandler::~SoundHandler() {
* Set the FM music volume from config.mvolume (0..100%)
*/
void SoundHandler::setMusicVolume() {
- _midiPlayer->setVolume(_config.musicVolume * 255 / 100);
+ _midiPlayer->syncVolume();
}
/**