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

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Nov 22 09:02:27 CET 2009


Revision: 46060
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46060&view=rev
Author:   megath
Date:     2009-11-22 08:02:27 +0000 (Sun, 22 Nov 2009)

Log Message:
-----------
fixed first mansion attempt animations

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

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2009-11-22 05:42:46 UTC (rev 46059)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2009-11-22 08:02:27 UTC (rev 46060)
@@ -3979,7 +3979,10 @@
 	case 0x9d90:
 		hideActor();
 		loadScene(34, scene->getPosition());
-		Dialog::show(scene, 0x6f60, 986, 987, 0xd9, 0xd0, 1, 2);
+		playAnimation(986, 0, true);
+		playAnimation(987, 1, true);
+		waitAnimation();
+		Dialog::show(scene, 0x6f60, 988, 989, 0xd9, 0xd0, 1, 2);
 		playAnimation(990, 0, true);
 		playAnimation(991, 1, true);
 		waitAnimation();


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