aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scumm/actor.cpp2
1 files changed, 1 insertions, 1 deletions
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;
}