aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--engines/sherlock/tattoo/tattoo_people.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sherlock/tattoo/tattoo_people.cpp b/engines/sherlock/tattoo/tattoo_people.cpp
index f74796e834..b0dfa73faf 100644
--- a/engines/sherlock/tattoo/tattoo_people.cpp
+++ b/engines/sherlock/tattoo/tattoo_people.cpp
@@ -526,7 +526,7 @@ void TattooPerson::walkToCoords(const Point32 &destPos, int destDir) {
people._allowWalkAbort = true;
} else {
// Clear the path Variables
- _npcIndex = _npcPause;
+ _npcIndex = _npcPause = 0;
Common::fill(_npcPath, _npcPath + 100, 0);
_npcFacing = destDir;
}