aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'scumm/script_v100he.cpp')
-rw-r--r--scumm/script_v100he.cpp2
1 files changed, 1 insertions, 1 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: