svn-id: r10179
This commit is contained in:
Max Horn 2003-09-11 22:00:36 +00:00
parent c697e0fa67
commit ff225c470c
5 changed files with 87 additions and 84 deletions

View file

@ -1039,7 +1039,6 @@ void Scumm_v8::o8_actorOps() {
break;
case 0x80: // SO_ACTOR_STOP
a->stopActorMoving();
a->startAnimActor(a->standFrame);
break;
case 0x81: // SO_ACTOR_FACE Make actor face angle
a->moving &= ~MF_TURN;