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

megath at users.sourceforge.net megath at users.sourceforge.net
Sat Dec 12 11:31:49 CET 2009


Revision: 46333
          http://scummvm.svn.sourceforge.net/scummvm/?rev=46333&view=rev
Author:   megath
Date:     2009-12-12 10:31:48 +0000 (Sat, 12 Dec 2009)

Log Message:
-----------
tuned vertical speed for mark

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

Modified: scummvm/trunk/engines/teenagent/scene.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/scene.cpp	2009-12-12 10:29:24 UTC (rev 46332)
+++ scummvm/trunk/engines/teenagent/scene.cpp	2009-12-12 10:31:48 UTC (rev 46333)
@@ -622,7 +622,7 @@
 				}
 
 				if (!path.empty()) {
-					const int speed_x = 10, speed_y = 5;
+					const int speed_x = 10, speed_y = 2;
 					const Common::Point &destination = path.front();
 					Common::Point dp(destination.x - position.x, destination.y - position.y);
 


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