[Scummvm-cvs-logs] SF.net SVN: scummvm: [30288] scummvm/branches/branch-0-11-0/engines/lure/ intro.cpp

dreammaster at users.sourceforge.net dreammaster at users.sourceforge.net
Sun Jan 6 04:04:45 CET 2008


Revision: 30288
          http://scummvm.svn.sourceforge.net/scummvm/?rev=30288&view=rev
Author:   dreammaster
Date:     2008-01-05 19:04:45 -0800 (Sat, 05 Jan 2008)

Log Message:
-----------
Backport of r30287 to tweak the frame delay for part of the introduction animation sequence

Modified Paths:
--------------
    scummvm/branches/branch-0-11-0/engines/lure/intro.cpp

Modified: scummvm/branches/branch-0-11-0/engines/lure/intro.cpp
===================================================================
--- scummvm/branches/branch-0-11-0/engines/lure/intro.cpp	2008-01-06 02:59:41 UTC (rev 30287)
+++ scummvm/branches/branch-0-11-0/engines/lure/intro.cpp	2008-01-06 03:04:45 UTC (rev 30288)
@@ -115,7 +115,8 @@
 
 		bool fadeIn = curr_anim == anim_screens;
 		anim = new AnimationSequence(curr_anim->resourceId, 
-			coll.getPalette(curr_anim->paletteIndex), fadeIn);
+			coll.getPalette(curr_anim->paletteIndex), fadeIn,
+			(curr_anim->resourceId == 0x44) ? 4 : 7);
 		if (curr_anim->initialPause != 0)  
 			if (interruptableDelay(curr_anim->initialPause * 1000 / 50)) return true;
 


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