From e9cb26cacf63bccdbe9d3d4f7da0170a271c1dfd Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 18 Dec 2002 23:45:52 +0000 Subject: fix for bug #655652 svn-id: r6023 --- scumm/actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scumm/actor.cpp b/scumm/actor.cpp index f00afdbd82..6c125eed62 100644 --- a/scumm/actor.cpp +++ b/scumm/actor.cpp @@ -308,7 +308,7 @@ int Actor::actorWalkStep() direction = updateActorDirection(true); if (!(moving & MF_IN_LEG) || facing != direction) { if (walkFrame != frame || facing != direction) { - startWalkAnim(walkFrame == frame ? 2 : 1, direction); + startWalkAnim(1, direction); } moving |= MF_IN_LEG; } -- cgit v1.2.3