mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 17:03:13 +00:00
Fix music volume.
svn-id: r15957
This commit is contained in:
parent
9df1a8ea2f
commit
5a8838ae17
@ -667,6 +667,7 @@ int SimonEngine::init(GameDetector &detector) {
|
||||
warning("Sound initialization failed. "
|
||||
"Features of the game that depend on sound synchronization will most likely break");
|
||||
set_volume(ConfMan.getInt("sfx_volume"));
|
||||
_mixer->setMusicVolume(256);
|
||||
|
||||
_system->beginGFXTransaction();
|
||||
initCommonGFX(detector);
|
||||
|
Loading…
x
Reference in New Issue
Block a user