diff options
Diffstat (limited to 'engines/sherlock/talk.cpp')
-rw-r--r-- | engines/sherlock/talk.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/sherlock/talk.cpp b/engines/sherlock/talk.cpp index c605f9a7e9..0793552846 100644 --- a/engines/sherlock/talk.cpp +++ b/engines/sherlock/talk.cpp @@ -1361,8 +1361,8 @@ void Talk::doScript(const Common::String &script) { // Run a canimation? if (str[2] > 100) { - scene._hsavedFs = str[2]; - scene._hsavedPos = Common::Point(160, 100); + people._hSavedFacing = (byte)str[2]; + people._hSavedPos = Common::Point(160, 100); } } str += 6; |