aboutsummaryrefslogtreecommitdiff
path: root/actor.cpp
diff options
context:
space:
mode:
authorVincent Hamm2002-07-15 15:29:47 +0000
committerVincent Hamm2002-07-15 15:29:47 +0000
commitf0f63107a2e52dc4894afee0d030184c2dc037b1 (patch)
tree03099ea6cc1eb8e8baec59574aad3be7ac78c0b6 /actor.cpp
parente6f6e5df8f97caf7ba2f009336efda4c760ed193 (diff)
downloadscummvm-rg350-f0f63107a2e52dc4894afee0d030184c2dc037b1.tar.gz
scummvm-rg350-f0f63107a2e52dc4894afee0d030184c2dc037b1.tar.bz2
scummvm-rg350-f0f63107a2e52dc4894afee0d030184c2dc037b1.zip
fix an obscure typo
svn-id: r4552
Diffstat (limited to 'actor.cpp')
-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;