[Scummvm-cvs-logs] SF.net SVN: scummvm: [22625] scummvm/trunk/engines/kyra/kyra3.cpp

eriktorbjorn at users.sourceforge.net eriktorbjorn at users.sourceforge.net
Thu May 25 04:12:05 CEST 2006


Revision: 22625
Author:   eriktorbjorn
Date:     2006-05-25 04:10:49 -0700 (Thu, 25 May 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm/?rev=22625&view=rev

Log Message:
-----------
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.)

Modified Paths:
--------------
    scummvm/trunk/engines/kyra/kyra3.cpp
Modified: scummvm/trunk/engines/kyra/kyra3.cpp
===================================================================
--- scummvm/trunk/engines/kyra/kyra3.cpp	2006-05-25 09:53:51 UTC (rev 22624)
+++ scummvm/trunk/engines/kyra/kyra3.cpp	2006-05-25 11:10:49 UTC (rev 22625)
@@ -163,6 +163,9 @@
 			_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();


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.





More information about the Scummvm-git-logs mailing list