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

megath at users.sourceforge.net megath at users.sourceforge.net
Sun Sep 13 11:53:15 CEST 2009


Revision: 44045
          http://scummvm.svn.sourceforge.net/scummvm/?rev=44045&view=rev
Author:   megath
Date:     2009-09-13 09:53:14 +0000 (Sun, 13 Sep 2009)

Log Message:
-----------
fixed animation slot in first trial

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

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2009-09-13 00:08:17 UTC (rev 44044)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2009-09-13 09:53:14 UTC (rev 44045)
@@ -182,12 +182,12 @@
 			moveTo(134, 167, 2);
 			displayMessage(0x54f7);
 			setLan(1, 0);
-			playAnimation(812, 1, true);
+			playAnimation(812, 0, true);
 			playActorAnimation(811);
 			Dialog::show(scene, 0x6117, 813);
 			loadScene(6, Common::Point(230, 184));
 			Dialog::show(scene, 0x626a, 814);
-			playAnimation(815, 1);
+			playAnimation(815, 0);
 			setOns(1, 0);
 
 			Dialog::show(scene, 0x62dc);


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