diff options
| -rw-r--r-- | engines/xeen/locations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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(); |
