diff options
-rw-r--r-- | scumm/script_v8.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v8.cpp b/scumm/script_v8.cpp index b6e1aaae3a..f6e0615d15 100644 --- a/scumm/script_v8.cpp +++ b/scumm/script_v8.cpp @@ -287,8 +287,8 @@ void Scumm_v8::setupOpcodes() { OPCODE(o6_invalid), OPCODE(o6_invalid), /* C8 */ - OPCODE(o6_startScriptQuick), - OPCODE(o6_startObjectQuick), + OPCODE(o6_startScriptQuick), // FIXME: are these really the "quick" (=recursive) variants, + OPCODE(o6_startObjectQuick), // or aren't these maybe supposed to be the "plain" versions, too? OPCODE(o6_pickOneOf), OPCODE(o6_pickOneOfDefault), /* CC */ |