added stub opcode 218 for o6_actorOps()
svn-id: r8806
This commit is contained in:
parent
77b9a4f61e
commit
290a974fcd
1 changed files with 3 additions and 0 deletions
|
@ -1741,6 +1741,9 @@ void Scumm_v6::o6_actorOps() {
|
|||
case 217:
|
||||
a->initActor(2);
|
||||
break;
|
||||
case 218:
|
||||
warning("o6_actorOps(): unimplemented opcode 218");
|
||||
break;
|
||||
case 227: /* actor_layer */
|
||||
a->layer = pop();
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue