[Scummvm-cvs-logs] CVS: scummvm/sword2 build_display.cpp,1.77.2.1,1.77.2.2

Torbjörn Andersson eriktorbjorn at users.sourceforge.net
Sun Oct 30 08:44:47 CET 2005


Update of /cvsroot/scummvm/scummvm/sword2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28733

Modified Files:
      Tag: branch-0-8-0
	build_display.cpp 
Log Message:
Backported fix for end credits palette glitch, in case there's a 0.8.1
release in the future.


Index: build_display.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword2/build_display.cpp,v
retrieving revision 1.77.2.1
retrieving revision 1.77.2.2
diff -u -d -r1.77.2.1 -r1.77.2.2
--- build_display.cpp	18 Oct 2005 02:11:27 -0000	1.77.2.1
+++ build_display.cpp	30 Oct 2005 16:44:20 -0000	1.77.2.2
@@ -955,6 +955,8 @@
 		free(logoData);
 
 	if (!abortCredits) {
+		fadeDown();
+
 		// The music should either have stopped or be about to stop, so
 		// wait for it to really happen.
 
@@ -967,6 +969,8 @@
 	if (_vm->_quit)
 		return;
 
+	waitForFade();
+
 	_vm->_sound->muteFx(false);
 	_vm->_sound->muteSpeech(false);
 





More information about the Scummvm-git-logs mailing list