From 9f77bb3d842e2b327af963bb45b7d69b3702c09c Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Mon, 2 Apr 2018 17:57:53 -0400 Subject: XEEN: Fix entering the Temple of Yak --- engines/xeen/locations.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'engines') diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp index ca7682b923..0e6dddd231 100644 --- a/engines/xeen/locations.cpp +++ b/engines/xeen/locations.cpp @@ -1550,6 +1550,7 @@ int GolemCutscene::show() { // Save the screen Graphics::ManagedSurface savedBg; savedBg.copyFrom(screen); + getNewLocation(); for (int idx = (_ccNum ? 8 : 11); idx >= 0; --idx) { events.updateGameCounter(); -- cgit v1.2.3