aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorJohannes Schickel2009-06-25 23:04:43 +0000
committerJohannes Schickel2009-06-25 23:04:43 +0000
commit2ea9084d6409b1284ca6ad2d29baa6e77d19907a (patch)
treee0117a3bf674671f1f069376938c60873bcc5a60 /engines
parent44e2f4c9297c55d71f11ec55d63a506c053ac797 (diff)
downloadscummvm-rg350-2ea9084d6409b1284ca6ad2d29baa6e77d19907a.tar.gz
scummvm-rg350-2ea9084d6409b1284ca6ad2d29baa6e77d19907a.tar.bz2
scummvm-rg350-2ea9084d6409b1284ca6ad2d29baa6e77d19907a.zip
For now always enable voices in PC98 version of LoL.
svn-id: r41893
Diffstat (limited to 'engines')
-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 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] == '$')