[Scummvm-cvs-logs] SF.net SVN: scummvm:[35893] scummvm/trunk/engines/made/screenfx.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Jan 18 10:29:22 CET 2009


Revision: 35893
          http://scummvm.svn.sourceforge.net/scummvm/?rev=35893&view=rev
Author:   dreammaster
Date:     2009-01-18 09:29:22 +0000 (Sun, 18 Jan 2009)

Log Message:
-----------
Slight changes to fx method #9 to more correctly match the original game

Modified Paths:
--------------
    scummvm/trunk/engines/made/screenfx.cpp

Modified: scummvm/trunk/engines/made/screenfx.cpp
===================================================================
--- scummvm/trunk/engines/made/screenfx.cpp	2009-01-18 04:00:11 UTC (rev 35892)
+++ scummvm/trunk/engines/made/screenfx.cpp	2009-01-18 09:29:22 UTC (rev 35893)
@@ -386,9 +386,9 @@
 	for (int i = 0; i < 8; i++) {
 		copyFxRect(surface, 0, 0, 320, 200);
 		for (int j = 0; j < 4; j++) {
-			setBlendedPalette(palette, newPalette, colorCount, i * 4 + j, 36/*FIX?*/);
-			_screen->updateScreenAndWait(25);
+			setBlendedPalette(palette, newPalette, colorCount, i * 4 + j, 32);
 		}
+		_screen->updateScreenAndWait(25);
 	}
 	setPalette(palette);
 }


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