From c68b6323e502af2bc8af682dac17603091cd5240 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sat, 9 Oct 2004 05:15:12 +0000 Subject: No longer startMusic svn-id: r15483 --- scumm/script_v80he.cpp | 2 +- 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 074969c211..33a14c975d 100644 --- a/scumm/script_v80he.cpp +++ b/scumm/script_v80he.cpp @@ -191,7 +191,7 @@ void ScummEngine_v80he::setupOpcodes() { /* 74 */ OPCODE(o70_startSound), OPCODE(o6_stopSound), - OPCODE(o6_startMusic), + OPCODE(o6_invalid), OPCODE(o6_stopObjectScript), /* 78 */ OPCODE(o6_panCameraTo), 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), -- cgit v1.2.3