[Scummvm-cvs-logs] SF.net SVN: scummvm:[43490] scummvm/branches/branch-1-0-0/engines/saga/ actor.h
agent-q at users.sourceforge.net
agent-q at users.sourceforge.net
Mon Aug 17 21:18:37 CEST 2009
Revision: 43490
http://scummvm.svn.sourceforge.net/scummvm/?rev=43490&view=rev
Author: agent-q
Date: 2009-08-17 19:18:37 +0000 (Mon, 17 Aug 2009)
Log Message:
-----------
A poor fix to the memory problems running Inherit the Earth on the DS. (but I'm desperate)
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-17 19:05:23 UTC (rev 43489)
+++ scummvm/branches/branch-1-0-0/engines/saga/actor.h 2009-08-17 19:18:37 UTC (rev 43490)
@@ -183,8 +183,13 @@
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