From a95170d243df415e58b93e46bf9e23b068729954 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 25 Apr 2015 23:44:50 -0500 Subject: SHERLOCK: Fix Watson not appearing in backstage scene --- engines/sherlock/scene.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines/sherlock') diff --git a/engines/sherlock/scene.cpp b/engines/sherlock/scene.cpp index 60e7b6d369..ea7d517301 100644 --- a/engines/sherlock/scene.cpp +++ b/engines/sherlock/scene.cpp @@ -438,6 +438,7 @@ bool Scene::loadScene(const Common::String &filename) { // Player has not yet walked in this scene _walkedInScene = false; + saves._justLoaded = false; // Reset the position on the overland map _vm->_oldCharPoint = _currentScene; -- cgit v1.2.3