From f0f63107a2e52dc4894afee0d030184c2dc037b1 Mon Sep 17 00:00:00 2001 From: Vincent Hamm Date: Mon, 15 Jul 2002 15:29:47 +0000 Subject: fix an obscure typo svn-id: r4552 --- actor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actor.cpp') 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; -- cgit v1.2.3