SHERLOCK: Fix Sherlock disappearing when walking to examine objects
This commit is contained in:
parent
79a3db42e1
commit
ecd50997dd
1 changed files with 1 additions and 1 deletions
|
@ -715,7 +715,7 @@ void UserInterface::examine() {
|
|||
scene.startCAnim(_cNum, canimSpeed);
|
||||
} else if (obj._lookPosition.y != 0) {
|
||||
// Need to walk to the object to be examined
|
||||
people.walkToCoords(obj._lookPosition, obj._lookFacing);
|
||||
people.walkToCoords(Common::Point(obj._lookPosition.x, obj._lookPosition.y * 100), obj._lookFacing);
|
||||
}
|
||||
|
||||
if (!talk._talkToAbort) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue