[Scummvm-git-logs] scummvm master -> 202e41b3dfa96bb709895204b4006a065022fe64

dreammaster dreammaster at scummvm.org
Sat May 5 01:00:44 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:
202e41b3df XEEN: Fix playback of Clouds intro from World of Xeen Other Options dialog


Commit: 202e41b3dfa96bb709895204b4006a065022fe64
    https://github.com/scummvm/scummvm/commit/202e41b3dfa96bb709895204b4006a065022fe64
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2018-05-04T19:00:38-04:00

Commit Message:
XEEN: Fix playback of Clouds intro from World of Xeen Other Options dialog

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 8af4fbc..43164a1 100644
--- a/engines/xeen/worldofxeen/clouds_cutscenes.cpp
+++ b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
@@ -41,6 +41,7 @@ bool CloudsCutscenes::showCloudsIntro() {
 
 	bool darkCc = files._ccNum;
 	files.setGameCc(0);
+	sound._musicSide = 0;
 
 	bool seenIntro = showCloudsTitle() && showCloudsIntroInner();
 





More information about the Scummvm-git-logs mailing list