Always stop actor walkscript when required.

svn-id: r14184
This commit is contained in:
Travis Howell 2004-07-10 23:32:31 +00:00
parent 32335f0ea1
commit ebafa060c6
4 changed files with 9 additions and 13 deletions

View file

@ -1039,6 +1039,7 @@ void ScummEngine_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;