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

megath at users.sourceforge.net megath at users.sourceforge.net
Wed Mar 24 20:34:09 CET 2010


Revision: 48382
          http://scummvm.svn.sourceforge.net/scummvm/?rev=48382&view=rev
Author:   megath
Date:     2010-03-24 19:34:08 +0000 (Wed, 24 Mar 2010)

Log Message:
-----------
fixed big fan room

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

Modified: scummvm/trunk/engines/teenagent/callbacks.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/callbacks.cpp	2010-03-24 17:46:35 UTC (rev 48381)
+++ scummvm/trunk/engines/teenagent/callbacks.cpp	2010-03-24 19:34:08 UTC (rev 48382)
@@ -4010,13 +4010,16 @@
 			playActorAnimation(794);
 			wait(100);
 			setLan(1, 0);
-			//scene->getWalkbox(0)->rect.left = 0;
-			//scene->getWalkbox(0)->rect.top = 0;
 			moveTo(151, 197, 2);
 			playActorAnimation(795);
 			moveTo(186, 198, 2, true);
 			moveTo(220, 198, 4);
-			//scene->getWalkbox(0)->rect.top = 200;
+			{
+				Walkbox * w = scene->getWalkbox(0);
+				w->rect.left = 0;
+				w->rect.bottom = 199;
+				w->save();
+			}
 			setLan(1, 0xff);
 
 			Dialog::showMark(scene, 0x58a9);


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