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:

View File

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