mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-02 00:42:24 +00:00
KYRA: fix bug #3589442 (LOL Floppy - No speech during intro)
This commit is contained in:
parent
5cf0bfaab9
commit
8769022032
@ -299,7 +299,7 @@ void TIMInterpreter::displayText(uint16 textId, int16 flags) {
|
||||
|
||||
const bool isPC98 = (_vm->gameFlags().platform == Common::kPlatformPC98);
|
||||
if (filename[0] && (_vm->speechEnabled() || !_vm->gameFlags().isTalkie))
|
||||
_vm->sound()->voicePlay(filename);
|
||||
_vm->sound()->voicePlay(filename, 0, 255, 255, !_vm->gameFlags().isTalkie);
|
||||
|
||||
if (text[0] == '$')
|
||||
text = strchr(text + 1, '$') + 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user