For now always enable voices in PC98 version of LoL.

svn-id: r41893
This commit is contained in:
Johannes Schickel 2009-06-25 23:04:43 +00:00
parent 44e2f4c929
commit 2ea9084d64

View File

@ -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] == '$')