No longer startMusic

svn-id: r15483
This commit is contained in:
Travis Howell 2004-10-09 05:15:12 +00:00
parent 0d746b05fc
commit c68b6323e5
2 changed files with 2 additions and 2 deletions

View file

@ -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),

View file

@ -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),