From 902493954efb4099ad33e1cccc5334cb976443a1 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 23 Aug 2015 18:20:15 -0400 Subject: SHERLOCK: RT: Fix Watson going off-screen in Cambridge scene --- engines/sherlock/tattoo/tattoo_people.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines/sherlock/tattoo') diff --git a/engines/sherlock/tattoo/tattoo_people.cpp b/engines/sherlock/tattoo/tattoo_people.cpp index f6920358a5..5cb6c4cfbb 100644 --- a/engines/sherlock/tattoo/tattoo_people.cpp +++ b/engines/sherlock/tattoo/tattoo_people.cpp @@ -1010,6 +1010,9 @@ void TattooPerson::walkHolmesToNPC() { TattooPerson &holmes = people[HOLMES]; int facing; + // Save the character's details + pushNPCPath(); + // If the NPC is moving, stop him at his current position if (_walkCount) { // Reset the facing so the NPC will stop facing the direction he was going, -- cgit v1.2.3