[Scummvm-cvs-logs] SF.net SVN: scummvm:[43501] scummvm/branches/branch-1-0-0/engines/saga/ actor.h

thebluegr at users.sourceforge.net thebluegr at users.sourceforge.net
Tue Aug 18 08:54:10 CEST 2009


Revision: 43501
          http://scummvm.svn.sourceforge.net/scummvm/?rev=43501&view=rev
Author:   thebluegr
Date:     2009-08-18 06:54:09 +0000 (Tue, 18 Aug 2009)

Log Message:
-----------
(backport) Applied agent-q's patch to the SAGA pathfinding code for all platforms - x and y should not ever be greater than 640 and 480 respectively, so it looks safe enough to be applied

Modified Paths:
--------------
    scummvm/branches/branch-1-0-0/engines/saga/actor.h

Modified: scummvm/branches/branch-1-0-0/engines/saga/actor.h
===================================================================
--- scummvm/branches/branch-1-0-0/engines/saga/actor.h	2009-08-18 06:43:06 UTC (rev 43500)
+++ scummvm/branches/branch-1-0-0/engines/saga/actor.h	2009-08-18 06:54:09 UTC (rev 43501)
@@ -183,13 +183,8 @@
 
 struct PathDirectionData {
 	int8 direction;
-#ifdef __DS__
 	int16 x;
 	int16 y;
-#else
-	int x;
-	int y;
-#endif
 };
 
 struct ActorFrameRange {


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