For now always enable voices in PC98 version of LoL.
svn-id: r41893
This commit is contained in:
parent
44e2f4c929
commit
2ea9084d64
1 changed files with 1 additions and 1 deletions
|
@ -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] == '$')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue