aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/script_c64.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/script_c64.cpp')
-rw-r--r--engines/scumm/script_c64.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/engines/scumm/script_c64.cpp b/engines/scumm/script_c64.cpp
index a6ecd2cc23..7882f44f05 100644
--- a/engines/scumm/script_c64.cpp
+++ b/engines/scumm/script_c64.cpp
@@ -92,7 +92,7 @@ void ScummEngine_c64::setupOpcodes() {
OPCODE(o_setActorBitVar),
/* 2C */
OPCODE(o_stopCurrentScript),
- OPCODE(o5_putActorInRoom),
+ OPCODE(o2_putActorInRoom),
OPCODE(o_print_c64),
OPCODE(o2_ifState08),
/* 30 */
@@ -172,7 +172,7 @@ void ScummEngine_c64::setupOpcodes() {
OPCODE(o_setActorBitVar),
/* 6C */
OPCODE(o_stopCurrentScript),
- OPCODE(o5_putActorInRoom),
+ OPCODE(o2_putActorInRoom),
OPCODE(o2_dummy),
OPCODE(o2_ifState08),
/* 70 */
@@ -252,7 +252,7 @@ void ScummEngine_c64::setupOpcodes() {
OPCODE(o_setActorBitVar),
/* AC */
OPCODE(o_stopCurrentScript),
- OPCODE(o5_putActorInRoom),
+ OPCODE(o2_putActorInRoom),
OPCODE(o_print_c64),
OPCODE(o2_ifNotState08),
/* B0 */
@@ -332,7 +332,7 @@ void ScummEngine_c64::setupOpcodes() {
OPCODE(o_setActorBitVar),
/* EC */
OPCODE(o_stopCurrentScript),
- OPCODE(o5_putActorInRoom),
+ OPCODE(o2_putActorInRoom),
OPCODE(o2_dummy),
OPCODE(o2_ifNotState08),
/* F0 */