Correct argument order.
Fixes glitches in freddi4/spyozon. svn-id: r17728
This commit is contained in:
parent
261a02beec
commit
9cbc561eda
2 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue