Correct debugs

svn-id: r15054
This commit is contained in:
Travis Howell 2004-09-12 13:21:44 +00:00
parent 47f4c6f9c5
commit 172eefde7d
2 changed files with 3 additions and 3 deletions

View file

@ -883,7 +883,7 @@ void ScummEngine_v72he::o72_actorOps() {
break;
case 68: // HE 90+
k = pop();
debug(1,"o72_actorOps: case 65 (%d)", k);
debug(1,"o72_actorOps: case 68 (%d)", k);
break;
case 76: // SO_COSTUME
a->setActorCostume(pop());