MOHAWK: Cleanup volume levels initialization

This commit is contained in:
dhewg 2011-03-19 15:03:39 +01:00
parent a42360ce3d
commit 3dd2e0c3f6

View File

@ -46,8 +46,8 @@ MohawkEngine::MohawkEngine(OSystem *syst, const MohawkGameDescription *gamedesc)
if (!_mixer->isReady())
error ("Sound initialization failed");
_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));
// Setup mixer
syncSoundSettings();
_sound = 0;
_video = 0;