aboutsummaryrefslogtreecommitdiff
path: root/engines/sherlock/scalpel/scalpel_user_interface.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/scalpel/scalpel_user_interface.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/scalpel/scalpel_user_interface.cpp')
-rw-r--r--engines/sherlock/scalpel/scalpel_user_interface.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/scalpel/scalpel_user_interface.cpp b/engines/sherlock/scalpel/scalpel_user_interface.cpp
index 31399b0ad9..a334632b25 100644
--- a/engines/sherlock/scalpel/scalpel_user_interface.cpp
+++ b/engines/sherlock/scalpel/scalpel_user_interface.cpp
@@ -2232,7 +2232,7 @@ void ScalpelUserInterface::checkAction(ActionType &action, const char *const mes
// Ensure Holmes is on the exact intended location
people[PLAYER]._position = pt;
people[PLAYER]._sequenceNumber = dir;
- people.gotoStand(people[PLAYER]);
+ people[PLAYER].gotoStand();
talk.talkTo(action._names[nameIdx].c_str() + 2);
if (ch == 'T')