[Scummvm-git-logs] scummvm master -> 9f77bb3d842e2b327af963bb45b7d69b3702c09c

dreammaster dreammaster at scummvm.org
Mon Apr 2 23:58:14 CEST 2018


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
9f77bb3d84 XEEN: Fix entering the Temple of Yak


Commit: 9f77bb3d842e2b327af963bb45b7d69b3702c09c
    https://github.com/scummvm/scummvm/commit/9f77bb3d842e2b327af963bb45b7d69b3702c09c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-04-02T17:57:53-04:00

Commit Message:
XEEN: Fix entering the Temple of Yak

Changed paths:
    engines/xeen/locations.cpp


diff --git a/engines/xeen/locations.cpp b/engines/xeen/locations.cpp
index ca7682b..0e6dddd 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();





More information about the Scummvm-git-logs mailing list