From 9cbc561eda0b0622cfa9a549a5fbfe0f7ee59f63 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Thu, 21 Apr 2005 05:14:19 +0000 Subject: Correct argument order. Fixes glitches in freddi4/spyozon. svn-id: r17728 --- scumm/script_v100he.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scumm/script_v100he.cpp') 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: -- cgit v1.2.3