From 86dd5c56f68055a7d8386e831554864c3b014e26 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 6 Apr 2004 18:42:53 +0000 Subject: voice_volume is now speech_volume svn-id: r13485 --- scumm/scumm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/scumm.cpp b/scumm/scumm.cpp index d9a7ebba91..af8270aad8 100644 --- a/scumm/scumm.cpp +++ b/scumm/scumm.cpp @@ -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)) { -- cgit v1.2.3