mirror of
https://github.com/libretro/scummvm.git
synced 2025-05-13 09:36:21 +00:00
Forgot this one
svn-id: r30872
This commit is contained in:
parent
88bb567e18
commit
e9ca949e1c
@ -80,10 +80,6 @@ GobEngine::GobEngine(OSystem *syst) : Engine(syst) {
|
|||||||
_saveLoad = 0;
|
_saveLoad = 0;
|
||||||
|
|
||||||
// Setup mixer
|
// Setup mixer
|
||||||
if (!_mixer->isReady()) {
|
|
||||||
warning("Sound initialization failed.");
|
|
||||||
}
|
|
||||||
|
|
||||||
_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
|
_mixer->setVolumeForSoundType(Audio::Mixer::kSFXSoundType, ConfMan.getInt("sfx_volume"));
|
||||||
_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));
|
_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user