aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--actor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/actor.cpp b/actor.cpp
index 596e3e1450..865fdeb62d 100644
--- a/actor.cpp
+++ b/actor.cpp
@@ -1220,7 +1220,7 @@ void Actor::startWalkActor(int destX, int destY, int dir)
if (!isInCurrentRoom()) {
x = abr.x;
- x = abr.y;
+ y = abr.y;
if (dir != -1)
setActorDirection(dir);
return;