From 2ea9084d6409b1284ca6ad2d29baa6e77d19907a Mon Sep 17 00:00:00 2001 From: Johannes Schickel Date: Thu, 25 Jun 2009 23:04:43 +0000 Subject: For now always enable voices in PC98 version of LoL. svn-id: r41893 --- engines/kyra/script_tim.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/kyra/script_tim.cpp b/engines/kyra/script_tim.cpp index 720489a08f..1d270d7adb 100644 --- a/engines/kyra/script_tim.cpp +++ b/engines/kyra/script_tim.cpp @@ -304,7 +304,7 @@ void TIMInterpreter::displayText(uint16 textId, int16 flags) { memcpy(filename, text+1, end-1-text); } - if (filename[0] && _vm->speechEnabled()) + if (filename[0] && (_vm->speechEnabled() || _vm->gameFlags().platform == Common::kPlatformPC98)) _vm->sound()->voicePlay(filename); if (text[0] == '$') -- cgit v1.2.3