From e98b7c11edafc0c4d161ef818079f2f0b78b6b19 Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Sun, 11 Jul 2004 10:47:25 +0000 Subject: Missed one spot svn-id: r14190 --- scumm/actor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scumm/actor.cpp b/scumm/actor.cpp index 04f7e46bdc..5a5b780ded 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -136,7 +136,7 @@ void Actor::initActor(int mode) { } void Actor::stopActorMoving() { - if (_vm->_version >= 7) + if (walkScript) _vm->stopScript(walkScript); moving = 0; } @@ -518,6 +518,7 @@ void Actor::animateActor(int anim) { switch (cmd) { case 2: // stop walking + startAnimActor(standFrame); stopActorMoving(); break; case 3: // change direction immediatly -- cgit v1.2.3