Ooops
svn-id: r18188
This commit is contained in:
parent
feca9840b8
commit
9d3ee25813
2 changed files with 1 additions and 6 deletions
|
@ -409,7 +409,6 @@ protected:
|
||||||
void o_isNotEqual();
|
void o_isNotEqual();
|
||||||
void o_loadSound();
|
void o_loadSound();
|
||||||
void o_putActorAtObject();
|
void o_putActorAtObject();
|
||||||
void o_unfreezeScripts();
|
|
||||||
void o_unknown13();
|
void o_unknown13();
|
||||||
void o_clearState08();
|
void o_clearState08();
|
||||||
void o_move();
|
void o_move();
|
||||||
|
|
|
@ -56,7 +56,7 @@ void ScummEngine_c64::setupOpcodes() {
|
||||||
OPCODE(o_putActorAtObject),
|
OPCODE(o_putActorAtObject),
|
||||||
OPCODE(o2_ifNotState08),
|
OPCODE(o2_ifNotState08),
|
||||||
/* 10 */
|
/* 10 */
|
||||||
OPCODE(o_unfreezeScripts),
|
OPCODE(o5_breakHere),
|
||||||
OPCODE(o2_animateActor),
|
OPCODE(o2_animateActor),
|
||||||
OPCODE(o2_panCameraTo),
|
OPCODE(o2_panCameraTo),
|
||||||
OPCODE(o_unknown13),
|
OPCODE(o_unknown13),
|
||||||
|
@ -440,10 +440,6 @@ void ScummEngine_c64::o_loadSound() {
|
||||||
ensureResourceLoaded(rtSound, resid);
|
ensureResourceLoaded(rtSound, resid);
|
||||||
}
|
}
|
||||||
|
|
||||||
void ScummEngine_c64::o_unfreezeScripts() {
|
|
||||||
unfreezeScripts();
|
|
||||||
}
|
|
||||||
|
|
||||||
void ScummEngine_c64::o_move() {
|
void ScummEngine_c64::o_move() {
|
||||||
getResultPos();
|
getResultPos();
|
||||||
setResult(getVarOrDirectByte(PARAM_1));
|
setResult(getVarOrDirectByte(PARAM_1));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue