diff options
Diffstat (limited to 'scumm/script_v7he.cpp')
-rw-r--r-- | scumm/script_v7he.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index cfcc05d166..cdea4b96e0 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -175,9 +175,9 @@ void ScummEngine_v7he::setupOpcodes() { OPCODE(o6_startObject), OPCODE(o6_drawObject), OPCODE(o6_drawObjectAt), - OPCODE(o6_drawBlastObject), + OPCODE(o6_invalid), /* 64 */ - OPCODE(o6_setBlastObjectWindow), + OPCODE(o6_invalid), OPCODE(o6_stopObjectCode), OPCODE(o6_stopObjectCode), OPCODE(o6_endCutscene), |