Add some HE90+ opcodes

svn-id: r15013
This commit is contained in:
Travis Howell 2004-09-12 00:48:16 +00:00
parent 867809fb1d
commit 09dfaa924e
3 changed files with 120 additions and 29 deletions

View file

@ -860,7 +860,7 @@ void ScummEngine_v72he::o72_actorOps() {
debug(1,"o72_actorOps: case 24 (%d)", k);
break;
case 43:
// HE 80+
// HE 90+
k = pop();
debug(1,"o72_actorOps: case 43 (%d)", k);
break;
@ -870,6 +870,11 @@ void ScummEngine_v72he::o72_actorOps() {
_actorClipOverride.top = pop();
_actorClipOverride.left = pop();
break;
case 68:
// HE 90+
k = pop();
debug(1,"o72_actorOps: case 65 (%d)", k);
break;
case 76: // SO_COSTUME
a->setActorCostume(pop());
break;