aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v80he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-09-18 01:37:29 +0000
committerTravis Howell2004-09-18 01:37:29 +0000
commitcda52bf2bed27f8088c2246d3492c56ced337521 (patch)
tree0ba24368f3cca970f3ee37dc24737ef95a44d353 /scumm/script_v80he.cpp
parent81be6793425ee3e47976f4fc4e79a246dbc88e2e (diff)
downloadscummvm-rg350-cda52bf2bed27f8088c2246d3492c56ced337521.tar.gz
scummvm-rg350-cda52bf2bed27f8088c2246d3492c56ced337521.tar.bz2
scummvm-rg350-cda52bf2bed27f8088c2246d3492c56ced337521.zip
Not soundOps in He80+
svn-id: r15153
Diffstat (limited to 'scumm/script_v80he.cpp')
-rw-r--r--scumm/script_v80he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v80he.cpp b/scumm/script_v80he.cpp
index 6b61e8a3e5..5dbb775d31 100644
--- a/scumm/script_v80he.cpp
+++ b/scumm/script_v80he.cpp
@@ -325,7 +325,7 @@ void ScummEngine_v80he::setupOpcodes() {
OPCODE(o72_deleteFile),
OPCODE(o6_rename),
/* E0 */
- OPCODE(o6_soundOps),
+ OPCODE(o6_invalid),
OPCODE(o72_getPixel),
OPCODE(o6_localizeArray),
OPCODE(o80_pickVarRandom),