diff options
author | Paul Gilbert | 2018-05-04 19:00:38 -0400 |
---|---|---|
committer | Paul Gilbert | 2018-05-04 19:00:38 -0400 |
commit | 202e41b3dfa96bb709895204b4006a065022fe64 (patch) | |
tree | 53ec77978d114785bc8402cba7ae6baaee973f64 /engines | |
parent | fa43b4a40877bbf28f1c717978360e524bb7f26e (diff) | |
download | scummvm-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')
-rw-r--r-- | engines/xeen/worldofxeen/clouds_cutscenes.cpp | 1 |
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(); |