diff options
-rw-r--r-- | engines/hopkins/sound.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/hopkins/sound.cpp b/engines/hopkins/sound.cpp index 7aaa373d45..819877bc20 100644 --- a/engines/hopkins/sound.cpp +++ b/engines/hopkins/sound.cpp @@ -733,6 +733,8 @@ void SoundManager::updateScummVMSoundSettings() { ConfMan.setInt("music_volume", MUSICVOL * 255 / 16); ConfMan.setInt("sfx_volume", SOUNDVOL * 255 / 16); ConfMan.setInt("speech_volume", VOICEVOL * 255 / 16); + + ConfMan.flushToDisk(); } } // End of namespace Hopkins |