mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-22 20:21:06 +00:00
DRASACULA: Init volume levels on startup
This commit is contained in:
parent
d12278b4cc
commit
a3616473aa
@ -195,8 +195,7 @@ Common::Error DrasculaEngine::run() {
|
||||
loadArchives();
|
||||
|
||||
// Setup mixer
|
||||
_mixer->setVolumeForSoundType(Audio::Mixer::kSpeechSoundType, ConfMan.getInt("speech_volume"));
|
||||
_mixer->setVolumeForSoundType(Audio::Mixer::kMusicSoundType, ConfMan.getInt("music_volume"));
|
||||
syncSoundSettings();
|
||||
|
||||
currentChapter = 1; // values from 1 to 6 will start each part of game
|
||||
loadedDifferentChapter = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user