aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v90he.cpp
diff options
context:
space:
mode:
authorTravis Howell2004-10-09 05:15:12 +0000
committerTravis Howell2004-10-09 05:15:12 +0000
commitc68b6323e502af2bc8af682dac17603091cd5240 (patch)
tree353957894e46ee2a629c32a2bfea368e09d056a5 /scumm/script_v90he.cpp
parent0d746b05fc4dbf4ef2e2530e6ad95b69bcdfe58d (diff)
downloadscummvm-rg350-c68b6323e502af2bc8af682dac17603091cd5240.tar.gz
scummvm-rg350-c68b6323e502af2bc8af682dac17603091cd5240.tar.bz2
scummvm-rg350-c68b6323e502af2bc8af682dac17603091cd5240.zip
No longer startMusic
svn-id: r15483
Diffstat (limited to 'scumm/script_v90he.cpp')
-rw-r--r--scumm/script_v90he.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/scumm/script_v90he.cpp b/scumm/script_v90he.cpp
index e3d865655c..b05d432a27 100644
--- a/scumm/script_v90he.cpp
+++ b/scumm/script_v90he.cpp
@@ -191,7 +191,7 @@ void ScummEngine_v90he::setupOpcodes() {
/* 74 */
OPCODE(o70_startSound),
OPCODE(o6_stopSound),
- OPCODE(o6_startMusic),
+ OPCODE(o6_invalid),
OPCODE(o6_stopObjectScript),
/* 78 */
OPCODE(o6_panCameraTo),