diff options
author | Travis Howell | 2004-08-22 09:47:12 +0000 |
---|---|---|
committer | Travis Howell | 2004-08-22 09:47:12 +0000 |
commit | 60cc2470b3fcff5c2e9dc2b1d8f19a720065a250 (patch) | |
tree | 41b7c6b54519760b0ed81de7bbbc1a33db88b27a /scumm | |
parent | bb3cc5b0779711bc317d68b74f835f94a68350b2 (diff) | |
download | scummvm-rg350-60cc2470b3fcff5c2e9dc2b1d8f19a720065a250.tar.gz scummvm-rg350-60cc2470b3fcff5c2e9dc2b1d8f19a720065a250.tar.bz2 scummvm-rg350-60cc2470b3fcff5c2e9dc2b1d8f19a720065a250.zip |
Change to invalid, should never be called
svn-id: r14680
Diffstat (limited to 'scumm')
-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), |