svn-id: r18188
This commit is contained in:
Travis Howell 2005-05-20 06:39:18 +00:00
parent feca9840b8
commit 9d3ee25813
2 changed files with 1 additions and 6 deletions

View file

@ -56,7 +56,7 @@ void ScummEngine_c64::setupOpcodes() {
OPCODE(o_putActorAtObject),
OPCODE(o2_ifNotState08),
/* 10 */
OPCODE(o_unfreezeScripts),
OPCODE(o5_breakHere),
OPCODE(o2_animateActor),
OPCODE(o2_panCameraTo),
OPCODE(o_unknown13),
@ -440,10 +440,6 @@ void ScummEngine_c64::o_loadSound() {
ensureResourceLoaded(rtSound, resid);
}
void ScummEngine_c64::o_unfreezeScripts() {
unfreezeScripts();
}
void ScummEngine_c64::o_move() {
getResultPos();
setResult(getVarOrDirectByte(PARAM_1));