aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/kyra/gui_v1.cpp11
1 files changed, 7 insertions, 4 deletions
diff --git a/engines/kyra/gui_v1.cpp b/engines/kyra/gui_v1.cpp
index 61129956b6..bf1d29b493 100644
--- a/engines/kyra/gui_v1.cpp
+++ b/engines/kyra/gui_v1.cpp
@@ -992,10 +992,13 @@ void GUI_v1::setupControls(Menu &menu) {
textControl = 4;
clickableOffset = 11;
- if (_vm->_configVoice == 0)
- _menu[5].item[4].enabled = 1;
- else
- _menu[5].item[4].enabled = 0;
+ if (_vm->_configVoice == 0) {
+ menu.item[4].enabled = 1;
+ menu.item[4].labelString = _textSpeedString;
+ } else {
+ menu.item[4].enabled = 0;
+ menu.item[4].labelString = 0;
+ }
switch (_vm->_configVoice) {
case 0: