aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scene.cpp
diff options
context:
space:
mode:
authorPaul Gilbert2015-06-11 22:55:36 -0400
committerPaul Gilbert2015-06-11 22:55:36 -0400
commita97715f9dcca2022a8f502ded4e4843f076b4687 (patch)
tree8aeba9580944a54bf0ece25e7f18f3a2b014c7e4 /engines/sherlock/scene.cpp
parenta3e75c2a498644eee386877fcbd30f95014778d7 (diff)
downloadscummvm-rg350-a97715f9dcca2022a8f502ded4e4843f076b4687.tar.gz
scummvm-rg350-a97715f9dcca2022a8f502ded4e4843f076b4687.tar.bz2
scummvm-rg350-a97715f9dcca2022a8f502ded4e4843f076b4687.zip
SHERLOCK: Refactor gotoStand into Person classes
Diffstat (limited to 'engines/sherlock/scene.cpp')
-rw-r--r--engines/sherlock/scene.cpp6
1 files changed, 3 insertions, 3 deletions
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();