From 807a8b6cc79f560bcdf054449d254c3b90cd603a Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sun, 1 Apr 2018 23:34:34 -0400 Subject: XEEN: Fix entering the Witch Tower --- engines/xeen/locations.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engines') diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index 9b0eec382a..ca7682b923 100644 --- a/engines/xeen/locations.cpp +++ b/engines/xeen/locations.cpp @@ -1280,6 +1280,7 @@ int ReaperCutscene::show() { Graphics::ManagedSurface savedBg; savedBg.copyFrom(screen); + getNewLocation(); for (int idx = 13; idx >= 0; --idx) { events.updateGameCounter(); @@ -2260,6 +2261,7 @@ int LocationManager::doAction(LocationAction actionId) { } // Show the location + g_vm->_events->clearEvents(); int result = _location->show(); delete _location; _location = nullptr; -- cgit v1.2.3