From a97715f9dcca2022a8f502ded4e4843f076b4687 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Thu, 11 Jun 2015 22:55:36 -0400 Subject: SHERLOCK: Refactor gotoStand into Person classes --- engines/sherlock/scene.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'engines/sherlock/scene.cpp') diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp index b52dfc172a..385c75174a 100644 --- a/engines/sherlock/scene.cpp +++ b/engines/sherlock/scene.cpp @@ -114,9 +114,9 @@ void Exit::load(Common::SeekableReadStream &s, bool isRoseTattoo) { if (!isRoseTattoo) _allow = s.readSint16LE(); - _people.x = s.readSint16LE(); - _people.y = s.readSint16LE(); - _peopleDir = s.readUint16LE(); + _newPosition.x = s.readSint16LE(); + _newPosition.y = s.readSint16LE(); + _newFacing = s.readUint16LE(); if (isRoseTattoo) _allow = s.readSint16LE(); -- cgit v1.2.3