aboutsummaryrefslogtreecommitdiff
path: root/engines/xeen/worldofxeen
diff options
context:
space:
mode:
authorPaul Gilbert2018-05-04 19:00:38 -0400
committerPaul Gilbert2018-05-04 19:00:38 -0400
commit202e41b3dfa96bb709895204b4006a065022fe64 (patch)
tree53ec77978d114785bc8402cba7ae6baaee973f64 /engines/xeen/worldofxeen
parentfa43b4a40877bbf28f1c717978360e524bb7f26e (diff)
downloadscummvm-rg350-202e41b3dfa96bb709895204b4006a065022fe64.tar.gz
scummvm-rg350-202e41b3dfa96bb709895204b4006a065022fe64.tar.bz2
scummvm-rg350-202e41b3dfa96bb709895204b4006a065022fe64.zip
XEEN: Fix playback of Clouds intro from World of Xeen Other Options dialog
Diffstat (limited to 'engines/xeen/worldofxeen')
-rw-r--r--engines/xeen/worldofxeen/clouds_cutscenes.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/engines/xeen/worldofxeen/clouds_cutscenes.cpp b/engines/xeen/worldofxeen/clouds_cutscenes.cpp
index 8af4fbcc66..43164a1ce9 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();