[Scummvm-cvs-logs] SF.net SVN: scummvm:[47094] scummvm/trunk/engines/teenagent/callbacks.cpp

megath at users.sourceforge.net megath at users.sourceforge.net
Wed Jan 6 21:39:18 CET 2010


Revision: 47094
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47094&view=rev
Author:   megath
Date:     2010-01-06 20:39:17 +0000 (Wed, 06 Jan 2010)

Log Message:
-----------
fixed special agents blink

Modified Paths:
--------------
    scummvm/trunk/engines/teenagent/callbacks.cpp

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2010-01-06 20:25:19 UTC (rev 47093)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2010-01-06 20:39:17 UTC (rev 47094)
@@ -140,10 +140,13 @@
 		showActor();
 		moveTo(319, 150, 1, true);
 		moveTo(63, 150, 1);
-		displayAsyncMessage(0x5da8, 19844, 18, 36);
-		playAnimation(851, 0);
+		displayAsyncMessage(0x5da8, 19844, 18, 36); //hey, what's the matter?
+		playAnimation(851, 0, true);
+		playActorAnimation(930, true);
+		waitAnimation();
 		playSound(24, 11);
 		playActorAnimation(931);
+
 		displayCredits(0xe42f);
 
 		playMusic(3);


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