aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/script_v100he.cpp2
-rw-r--r--scumm/script_v72he.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/scumm/script_v100he.cpp b/scumm/script_v100he.cpp
index b43f0062a7..2cd8136c85 100644
--- a/scumm/script_v100he.cpp
+++ b/scumm/script_v100he.cpp
@@ -407,8 +407,8 @@ void ScummEngine_v100he::o100_actorOps() {
a->setAnimSpeed(pop());
break;
case 6:
- i = pop();
j = pop();
+ i = pop();
a->putActor(i, j, a->_room);
break;
case 8:
diff --git a/scumm/script_v72he.cpp b/scumm/script_v72he.cpp
index c08bc8f3f8..b496252c73 100644
--- a/scumm/script_v72he.cpp
+++ b/scumm/script_v72he.cpp
@@ -1128,8 +1128,8 @@ void ScummEngine_v72he::o72_actorOps() {
a->_clipOverride.left = pop();
break;
case 65: // HE 98+
- i = pop();
j = pop();
+ i = pop();
a->putActor(i, j, a->_room);
break;
case 68: // HE 90+