[Scummvm-git-logs] scummvm branch-2-2 -> 96afb012a9a52e264723c2c34b54ea86a9df000a

dreammaster paulfgilbert at gmail.com
Sat Oct 10 05:23:07 UTC 2020


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:
96afb012a9 XEEN: Tweak Clouds intro to be more like original


Commit: 96afb012a9a52e264723c2c34b54ea86a9df000a
    https://github.com/scummvm/scummvm/commit/96afb012a9a52e264723c2c34b54ea86a9df000a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2020-10-09T22:22:55-07:00

Commit Message:
XEEN: Tweak Clouds intro to be more like original

Changed paths:
    engines/xeen/worldofxeen/clouds_cutscenes.cpp


diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.cpp b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
index 2ae921cf19..420ac5a207 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.cpp
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
@@ -47,7 +47,9 @@ bool CloudsCutscenes::showCloudsIntro() {
 	bool seenIntro = showCloudsTitle() && showCloudsIntroInner();
 
 	events.clearEvents();
+	screen.doScroll(true, false);
 	sound.stopAllAudio();
+
 	screen.freePages();
 	files.setGameCc(darkCc ? 1 : 0);
 
@@ -145,7 +147,8 @@ bool CloudsCutscenes::showCloudsIntroInner() {
 		screen.vertMerge(yScroll);
 		if (yCtr < 160) {
 			xeen.draw(0, 0);
-		} else if (yCtr < 100) {
+		}
+		if (yCtr < 100) {
 			xeen.draw(0, 0);
 			if (++xeenCtr < 14)
 				xeen1.draw(0, xeenCtr);




More information about the Scummvm-git-logs mailing list