mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-13 21:20:58 +00:00
voice_volume is now speech_volume
svn-id: r13485
This commit is contained in:
parent
dddcb9e9ce
commit
86dd5c56f6
@ -714,7 +714,7 @@ ScummEngine::ScummEngine(GameDetector *detector, OSystem *syst, const ScummGameS
|
||||
_mixer->setVolume(ConfMan.getInt("master_volume"));
|
||||
_imuseDigital->setGroupMusicVolume(ConfMan.getInt("music_volume") / 2);
|
||||
_imuseDigital->setGroupSfxVolume(ConfMan.getInt("sfx_volume") / 2);
|
||||
_imuseDigital->setGroupVoiceVolume(ConfMan.getInt("voice_volume") / 2);
|
||||
_imuseDigital->setGroupVoiceVolume(ConfMan.getInt("speech_volume") / 2);
|
||||
} else if ((_features & GF_AMIGA) && (_version == 2)) {
|
||||
_musicEngine = new Player_V2A(this);
|
||||
} else if ((_features & GF_AMIGA) && (_version == 3)) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user