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 e48414ecc0..f40314f87e 100644
--- a/engines/gob/inter_v6.cpp
+++ b/engines/gob/inter_v6.cpp
@@ -388,7 +388,7 @@ void Inter_v6::setupOpcodes() {
OPCODE(o1_whileDo),
/* 08 */
OPCODE(o1_if),
- OPCODE(o6_evaluateStore),
+ OPCODE(o6_assign),
OPCODE(o1_loadSpriteToPos),
{0, ""},
/* 0C */
@@ -840,7 +840,7 @@ bool Inter_v6::o6_loadCursor(OpFuncParams &params) {
return false;
}
-bool Inter_v6::o6_evaluateStore(OpFuncParams &params) {
+bool Inter_v6::o6_assign(OpFuncParams &params) {
byte *savedPos;
int16 varOff;
int16 token;