aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra/script_tim.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/kyra/script_tim.cpp')
-rw-r--r--engines/kyra/script_tim.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp
index ac106113e1..dad8e28978 100644
--- a/engines/kyra/script_tim.cpp
+++ b/engines/kyra/script_tim.cpp
@@ -308,7 +308,7 @@ void TIMInterpreter::displayText(uint16 textId, int16 flags) {
}
const bool isPC98 = (_vm->gameFlags().platform == Common::kPlatformPC98);
- if (filename[0] && (_vm->speechEnabled() || isPC98))
+ if (filename[0] && (_vm->speechEnabled() || !_vm->gameFlags().isTalkie))
_vm->sound()->voicePlay(filename);
if (text[0] == '$')