aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/inter_v6.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/gob/inter_v6.cpp')
-rw-r--r--engines/gob/inter_v6.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/gob/inter_v6.cpp b/engines/gob/inter_v6.cpp
index e61e78cbbb..8e16337827 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -135,8 +135,8 @@ void Inter_v6::setupOpcodes() {
/* 40 */
OPCODE(o6_totSub),
OPCODE(o2_switchTotSub),
- OPCODE(o2_copyVars),
- OPCODE(o2_pasteVars),
+ OPCODE(o2_pushVars),
+ OPCODE(o2_popVars),
/* 44 */
{NULL, ""},
{NULL, ""},