mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-16 06:39:17 +00:00
DRAGONS: Fixed talk script opcode
This commit is contained in:
parent
218bfd0bff
commit
8512c91c79
@ -798,7 +798,10 @@ void ScriptOpcodes::opUnk11FlickerTalk(ScriptOpCall &scriptOpCall) {
|
|||||||
ARG_SKIP(2);
|
ARG_SKIP(2);
|
||||||
ARG_INT16(iniId)
|
ARG_INT16(iniId)
|
||||||
ARG_UINT32(textIndex)
|
ARG_UINT32(textIndex)
|
||||||
// TODO implement me!
|
|
||||||
|
if (scriptOpCall._field8 != 0) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
|
||||||
_vm->_talk->talkFromIni(iniId, textIndex);
|
_vm->_talk->talkFromIni(iniId, textIndex);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user