[Scummvm-git-logs] scummvm master -> 4325e4ac35e3e7ce97d9e7f9ca0cfed16b980263

athrxx noreply at scummvm.org
Tue Jun 7 16:00:58 UTC 2022


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
4325e4ac35 KYRA: (HOF/CD) - fix speech volume slider


Commit: 4325e4ac35e3e7ce97d9e7f9ca0cfed16b980263
    https://github.com/scummvm/scummvm/commit/4325e4ac35e3e7ce97d9e7f9ca0cfed16b980263
Author: athrxx (athrxx at scummvm.org)
Date: 2022-06-07T17:59:01+02:00

Commit Message:
KYRA: (HOF/CD) - fix speech volume slider

Changed paths:
    engines/kyra/gui/gui_hof.cpp


diff --git a/engines/kyra/gui/gui_hof.cpp b/engines/kyra/gui/gui_hof.cpp
index dfd0e225f79..b9c693f6d39 100644
--- a/engines/kyra/gui/gui_hof.cpp
+++ b/engines/kyra/gui/gui_hof.cpp
@@ -1120,6 +1120,7 @@ int GUI_HoF::sliderHandler(Button *caller) {
 			break;
 
 		case 2:
+			_vm->snd_stopVoice();
 			_vm->playVoice(90, 28);
 			break;
 




More information about the Scummvm-git-logs mailing list