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 62422edbb2..f5fcd26d86 100644
--- a/scumm/actor.cpp
+++ b/scumm/actor.cpp
@@ -1489,7 +1489,7 @@ void Actor::walkActorOld() {
if (calcMovementFactor(p3.x, p3.y))
return;
- walkbox = walkdata.destbox;
+ setBox(walkdata.curbox);
} while (1);
moving |= MF_LAST_LEG;