aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/people.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/sherlock/people.cpp')
-rw-r--r--engines/sherlock/people.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp
index e119235165..ec67b4469f 100644
--- a/engines/sherlock/people.cpp
+++ b/engines/sherlock/people.cpp
@@ -452,7 +452,7 @@ void People::gotoStand(Sprite &sprite) {
if (map._active) {
sprite._sequenceNumber = 0;
_player._position.x = (map[map._charPoint].x - 6) * 100;
- _player._position.y = (map[map._charPoint].x + 10) * 100;
+ _player._position.y = (map[map._charPoint].y + 10) * 100;
}
_oldWalkSequence = -1;