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

megath at users.sourceforge.net megath at users.sourceforge.net
Tue Feb 2 22:47:51 CET 2010


Revision: 47821
          http://scummvm.svn.sourceforge.net/scummvm/?rev=47821&view=rev
Author:   megath
Date:     2010-02-02 21:47:51 +0000 (Tue, 02 Feb 2010)

Log Message:
-----------
fixed actor glitch

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

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2010-02-02 19:45:22 UTC (rev 47820)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2010-02-02 21:47:51 UTC (rev 47821)
@@ -242,17 +242,16 @@
 		return true;
 
 	case 0x4267:
+		hideActor();
 		playSound(23, 8);
 		playSound(24, 13);
 		setOns(1, 0);
 		playActorAnimation(841);
 		setOns(1, 0x61);
 		setOns(2, 0);
-		wait(100);
 		playSound(63, 12);
 		playSound(5, 26);
 		playActorAnimation(842);
-		hideActor();
 		wait(100);
 		//shown in different positions
 		displayMessage(0x5656, 0xd1, 0x5510);


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