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

megath at users.sourceforge.net megath at users.sourceforge.net
Sat Nov 7 10:16:00 CET 2009


Revision: 45716
          http://scummvm.svn.sourceforge.net/scummvm/?rev=45716&view=rev
Author:   megath
Date:     2009-11-07 09:16:00 +0000 (Sat, 07 Nov 2009)

Log Message:
-----------
removed magic coordinates

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

Modified: scummvm/trunk/engines/teenagent/actor.cpp
===================================================================
--- scummvm/trunk/engines/teenagent/actor.cpp	2009-11-07 08:35:24 UTC (rev 45715)
+++ scummvm/trunk/engines/teenagent/actor.cpp	2009-11-07 09:16:00 UTC (rev 45716)
@@ -51,15 +51,15 @@
 		if (index >= sizeof(frames_up))
 			index = 1;
 		s = frames + frames_up[index];
-		dx = 29;
-		dy = 67;
+		dx = 11;
+		dy = 62;
 		break;
 	case Object::kActorDown:
 		if (index >= sizeof(frames_down))
 			index = 1;
 		s = frames + frames_down[index];
-		dx = 29;
-		dy = 67;
+		dx = 11;
+		dy = 62;
 		break;
 	default:
 		return Common::Rect();


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