diff options
-rw-r--r-- | scumm/script_v6he.cpp | 2 | ||||
-rw-r--r-- | scumm/script_v7he.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v6he.cpp b/scumm/script_v6he.cpp index 5392fc8a99..0e69ad8744 100644 --- a/scumm/script_v6he.cpp +++ b/scumm/script_v6he.cpp @@ -267,7 +267,7 @@ void ScummEngine_v6he::setupOpcodes() { OPCODE(o6_getActorScaleX), OPCODE(o6_getActorAnimCounter1), /* AC */ - OPCODE(o6_soundKludge), + OPCODE(o6_invalid), OPCODE(o6_isAnyOf), OPCODE(o6_quitPauseRestart), OPCODE(o6_isActorInBox), diff --git a/scumm/script_v7he.cpp b/scumm/script_v7he.cpp index a365010f8c..92429be9b2 100644 --- a/scumm/script_v7he.cpp +++ b/scumm/script_v7he.cpp @@ -267,7 +267,7 @@ void ScummEngine_v7he::setupOpcodes() { OPCODE(o6_getActorScaleX), OPCODE(o6_getActorAnimCounter1), /* AC */ - OPCODE(o6_soundKludge), + OPCODE(o6_invalid), OPCODE(o6_isAnyOf), OPCODE(o7_quitPauseRestart), OPCODE(o6_isActorInBox), |