aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
authorPaul Gilbert2018-04-02 17:57:53 -0400
committerPaul Gilbert2018-04-02 17:57:53 -0400
commit9f77bb3d842e2b327af963bb45b7d69b3702c09c (patch)
treec5b74d16e0b8eb9c12fbe0923c90fddec9cc09d7 /engines
parentc395c5f6196f97c6a93274ae90c027dbdd423e02 (diff)
downloadscummvm-rg350-9f77bb3d842e2b327af963bb45b7d69b3702c09c.tar.gz
scummvm-rg350-9f77bb3d842e2b327af963bb45b7d69b3702c09c.tar.bz2
scummvm-rg350-9f77bb3d842e2b327af963bb45b7d69b3702c09c.zip
XEEN: Fix entering the Temple of Yak
Diffstat (limited to 'engines')
-rw-r--r--engines/xeen/locations.cpp1
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();