[Scummvm-cvs-logs] CVS: scummvm/sword1 object.h,1.1,1.2

Jonathan Gray khalek at users.sourceforge.net
Thu Dec 18 00:29:00 CET 2003


Update of /cvsroot/scummvm/scummvm/sword1
In directory sc8-pr-cvs1:/tmp/cvs-serv23666

Modified Files:
	object.h 
Log Message:
pack WalkData struct to fix some endian issues

Index: object.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/sword1/object.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- object.h	16 Dec 2003 02:09:25 -0000	1.1
+++ object.h	18 Dec 2003 08:28:14 -0000	1.2
@@ -54,7 +54,7 @@
 	int32	y;
 	int32	step;
 	int32	dir;
-};	// size = 5*int32 = 20 bytes
+} GCC_PACK;	// size = 5*int32 = 20 bytes
 
 struct BsObject {
 	int32	o_type;						// 0  broad description of type - object, floor, etc.





More information about the Scummvm-git-logs mailing list