Fix incorrect opcode (now it at least starts the Verb Widget scripts)
svn-id: r6173
This commit is contained in:
parent
5ec4f7b267
commit
5a9b972efd
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ void Scumm_v8::setupOpcodes()
|
|||
OPCODE(o6_invalid),
|
||||
/* 78 */
|
||||
OPCODE(o6_invalid),
|
||||
OPCODE(o6_startScript),
|
||||
OPCODE(o6_startScriptEx),
|
||||
OPCODE(o6_startScriptQuick),
|
||||
OPCODE(o6_stopObjectCode),
|
||||
/* 7C */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue