[Scummvm-cvs-logs] CVS: scummvm/scumm object.h,1.10,1.11

Travis Howell kirben at users.sourceforge.net
Thu Sep 2 03:19:18 CEST 2004


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4539/scumm

Modified Files:
	object.h 
Log Message:

Update IMHD fields


Index: object.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/object.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- object.h	27 Aug 2004 23:50:45 -0000	1.10
+++ object.h	2 Sep 2004 10:18:34 -0000	1.11
@@ -102,7 +102,8 @@
 	union {
 		struct {
 			uint16 obj_id;
-			uint16 unk[5];
+			uint16 image_count;
+			uint16 unk[4];
 			uint16 width;
 			uint16 height;
 			uint16 hotspot_num;
@@ -114,7 +115,7 @@
 		struct {
 			uint32 version;
 			uint16 obj_id;
-			uint16 unk[1];
+			uint16 image_count;
 			int16 x_pos, y_pos;
 			uint16 width, height;
 			byte unk2[3];





More information about the Scummvm-git-logs mailing list