Ooops
svn-id: r18188
This commit is contained in:
parent
feca9840b8
commit
9d3ee25813
2 changed files with 1 additions and 6 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue