[Scummvm-git-logs] scummvm branch-2-6 -> 82bcf9718d2ef59dc94c7abbb55d936972e1177a
athrxx
noreply at scummvm.org
Tue Jun 7 16:05:00 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:
82bcf9718d KYRA: (HOF/CD) - fix speech volume slider
Commit: 82bcf9718d2ef59dc94c7abbb55d936972e1177a
https://github.com/scummvm/scummvm/commit/82bcf9718d2ef59dc94c7abbb55d936972e1177a
Author: athrxx (athrxx at scummvm.org)
Date: 2022-06-07T18:04:43+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