Fix music volume.

svn-id: r15957
This commit is contained in:
Eugene Sandulenko 2004-11-29 00:09:35 +00:00
parent 9df1a8ea2f
commit 5a8838ae17

View File

@ -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);