Correct argument order.

Fixes glitches in freddi4/spyozon.

svn-id: r17728
This commit is contained in:
Travis Howell 2005-04-21 05:14:19 +00:00
parent 261a02beec
commit 9cbc561eda
2 changed files with 2 additions and 2 deletions

View file

@ -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: