aboutsummaryrefslogtreecommitdiff
path: root/scumm/script_v100he.cpp
diff options
context:
space:
mode:
authorTravis Howell2005-04-21 05:14:19 +0000
committerTravis Howell2005-04-21 05:14:19 +0000
commit9cbc561eda0b0622cfa9a549a5fbfe0f7ee59f63 (patch)
tree8d793538e99f50c140f3412b003575a6e391756c /scumm/script_v100he.cpp
parent261a02beec87957beec3775b930b7f53d4ba3574 (diff)
downloadscummvm-rg350-9cbc561eda0b0622cfa9a549a5fbfe0f7ee59f63.tar.gz
scummvm-rg350-9cbc561eda0b0622cfa9a549a5fbfe0f7ee59f63.tar.bz2
scummvm-rg350-9cbc561eda0b0622cfa9a549a5fbfe0f7ee59f63.zip
Correct argument order.
Fixes glitches in freddi4/spyozon. svn-id: r17728
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: