mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 08:23:15 +00:00
MOHAWK: Cleanup volume levels initialization
This commit is contained in:
parent
a42360ce3d
commit
3dd2e0c3f6
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user