[Scummvm-cvs-logs] CVS: scummvm/kyra kyra.h,1.72,1.73

Pawel Kolodziejski aquadran at users.sourceforge.net
Sun Jan 22 08:49:02 CET 2006


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

Modified Files:
	kyra.h 
Log Message:
fixed warnings

Index: kyra.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/kyra/kyra.h,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- kyra.h	22 Jan 2006 09:34:12 -0000	1.72
+++ kyra.h	22 Jan 2006 16:48:13 -0000	1.73
@@ -173,13 +173,13 @@
 	uint8 field_3;
 	const char *itemString;
 	int16 x;
-	int8 field_9;
+	int16 field_9;
 	uint16 y;
 	uint16 width;
 	uint16 height;
 	uint8 textColor;
 	uint8 highlightColor;
-	int8 field_12;
+	int16 field_12;
 	uint8 field_13;
 	uint8 bgcolor;
 	uint8 color1;





More information about the Scummvm-git-logs mailing list