mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 20:34:12 +00:00
SCI: Updated dissectScript() to handle synonym blocks
svn-id: r54277
This commit is contained in:
parent
9d318497f7
commit
c36f072190
@ -478,8 +478,8 @@ void Kernel::dissectScript(int scriptNumber, Vocabulary *vocab) {
|
|||||||
Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
|
Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 3:
|
case SCI_OBJ_SYNONYMS:
|
||||||
debugN("<unknown>\n");
|
debugN("Synonyms\n");
|
||||||
Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
|
Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user