[Scummvm-cvs-logs] CVS: scummvm scumm.h,1.156,1.157

Max Horn fingolfin at users.sourceforge.net
Fri May 10 08:42:03 CEST 2002


Update of /cvsroot/scummvm/scummvm
In directory usw-pr-cvs1:/tmp/cvs-serv14684

Modified Files:
	scumm.h 
Log Message:
a little comment

Index: scumm.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm.h,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- scumm.h	10 May 2002 13:45:32 -0000	1.156
+++ scumm.h	10 May 2002 15:41:35 -0000	1.157
@@ -212,11 +212,12 @@
 };
 
 struct ActorWalkData {
-	int16 destx,desty;
+	int16 destx,desty;			// Final destination
 	byte destbox;
 	int16 destdir;
 	byte curbox;
-	int16 x,y,newx,newy;
+	int16 x,y;					// Current position
+	int16 newx,newy;			// Next position on our way to the destination
 	int32 XYFactor, YXFactor;
 	uint16 xfrac,yfrac;
 	int point3x, point3y;





More information about the Scummvm-git-logs mailing list