aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/people.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/sherlock/people.cpp b/engines/sherlock/people.cpp
index 5c4014f1a2..8f7b957db6 100644
--- a/engines/sherlock/people.cpp
+++ b/engines/sherlock/people.cpp
@@ -240,6 +240,9 @@ void People::reset() {
p._noShapeSize = Common::Point(0, 0);
p._goto = Common::Point(0, 0);
p._status = 0;
+
+ // Reset any walk path in progress when Sherlock leaves scenes
+ _walkTo.clear();
}
/**