No longer startMusic
svn-id: r15483
This commit is contained in:
parent
0d746b05fc
commit
c68b6323e5
2 changed files with 2 additions and 2 deletions
|
@ -191,7 +191,7 @@ void ScummEngine_v80he::setupOpcodes() {
|
||||||
/* 74 */
|
/* 74 */
|
||||||
OPCODE(o70_startSound),
|
OPCODE(o70_startSound),
|
||||||
OPCODE(o6_stopSound),
|
OPCODE(o6_stopSound),
|
||||||
OPCODE(o6_startMusic),
|
OPCODE(o6_invalid),
|
||||||
OPCODE(o6_stopObjectScript),
|
OPCODE(o6_stopObjectScript),
|
||||||
/* 78 */
|
/* 78 */
|
||||||
OPCODE(o6_panCameraTo),
|
OPCODE(o6_panCameraTo),
|
||||||
|
|
|
@ -191,7 +191,7 @@ void ScummEngine_v90he::setupOpcodes() {
|
||||||
/* 74 */
|
/* 74 */
|
||||||
OPCODE(o70_startSound),
|
OPCODE(o70_startSound),
|
||||||
OPCODE(o6_stopSound),
|
OPCODE(o6_stopSound),
|
||||||
OPCODE(o6_startMusic),
|
OPCODE(o6_invalid),
|
||||||
OPCODE(o6_stopObjectScript),
|
OPCODE(o6_stopObjectScript),
|
||||||
/* 78 */
|
/* 78 */
|
||||||
OPCODE(o6_panCameraTo),
|
OPCODE(o6_panCameraTo),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue