mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +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);
|
||||
break;
|
||||
|
||||
case 3:
|
||||
debugN("<unknown>\n");
|
||||
case SCI_OBJ_SYNONYMS:
|
||||
debugN("Synonyms\n");
|
||||
Common::hexdump(script->data + seeker, objsize - 4, 16, seeker);
|
||||
break;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user