aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v7he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-08-22 09:47:12 +0000
committerTravis Howell2004-08-22 09:47:12 +0000
commit60cc2470b3fcff5c2e9dc2b1d8f19a720065a250 (patch)
tree41b7c6b54519760b0ed81de7bbbc1a33db88b27a /scumm/script_v7he.cpp
parentbb3cc5b0779711bc317d68b74f835f94a68350b2 (diff)
downloadscummvm-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/script_v7he.cpp')
-rw-r--r--scumm/script_v7he.cpp2
1 files changed, 1 insertions, 1 deletions
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),