diff options
author | Travis Howell | 2004-09-18 01:37:29 +0000 |
---|---|---|
committer | Travis Howell | 2004-09-18 01:37:29 +0000 |
commit | cda52bf2bed27f8088c2246d3492c56ced337521 (patch) | |
tree | 0ba24368f3cca970f3ee37dc24737ef95a44d353 | |
parent | 81be6793425ee3e47976f4fc4e79a246dbc88e2e (diff) | |
download | scummvm-rg350-cda52bf2bed27f8088c2246d3492c56ced337521.tar.gz scummvm-rg350-cda52bf2bed27f8088c2246d3492c56ced337521.tar.bz2 scummvm-rg350-cda52bf2bed27f8088c2246d3492c56ced337521.zip |
Not soundOps in He80+
svn-id: r15153
-rw-r--r-- | scumm/script_v80he.cpp | 2 | ||||
-rw-r--r-- | scumm/script_v90he.cpp | 2 |
2 files changed, 2 insertions, 2 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), diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp index b461f0a0f3..d408b86ecc 100644 --- a/scumm/script_v90he.cpp +++ b/scumm/script_v90he.cpp @@ -325,7 +325,7 @@ void ScummEngine_v90he::setupOpcodes() { OPCODE(o72_deleteFile), OPCODE(o6_rename), /* E0 */ - OPCODE(o6_soundOps), + OPCODE(o6_invalid), OPCODE(o72_getPixel), OPCODE(o6_localizeArray), OPCODE(o80_pickVarRandom), |