From 2353454adf6c01af635a5956edfa644843ef745d Mon Sep 17 00:00:00 2001 From: Torbjörn Andersson Date: Thu, 25 May 2006 11:10:49 +0000 Subject: Fade down the palette and the music in playVQA(). (We can't fade down the palette before that, I think, because then we don't have any good palette to make a backup copy of.) svn-id: r22625 --- engines/kyra/kyra3.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engines') diff --git a/engines/kyra/kyra3.cpp b/engines/kyra/kyra3.cpp index 1b7e4a5b2c..59c8821510 100644 --- a/engines/kyra/kyra3.cpp +++ b/engines/kyra/kyra3.cpp @@ -163,6 +163,9 @@ void KyraEngine_v3::playVQA(const char *name) { _screen->copyCurPageBlock(0, 0, 320, 200, _screen->getPagePtr(3)); _screen->hideMouse(); + _soundDigital->beginFadeOut(_musicSoundChannel); + _musicSoundChannel = -1; + _screen->fadeToBlack(); vqa.setDrawPage(0); vqa.play(); vqa.close(); -- cgit v1.2.3