[Scummvm-cvs-logs] SF.net SVN: scummvm: [26770] scummvm/trunk/engines/agos/vga.h

kirben at users.sourceforge.net kirben at users.sourceforge.net
Mon May 7 05:40:38 CEST 2007


Revision: 26770
          http://scummvm.svn.sourceforge.net/scummvm/?rev=26770&view=rev
Author:   kirben
Date:     2007-05-06 20:40:37 -0700 (Sun, 06 May 2007)

Log Message:
-----------
Set exact variable sizes for VC10 state, to avoid more regressions.

Modified Paths:
--------------
    scummvm/trunk/engines/agos/vga.h

Modified: scummvm/trunk/engines/agos/vga.h
===================================================================
--- scummvm/trunk/engines/agos/vga.h	2007-05-07 01:11:10 UTC (rev 26769)
+++ scummvm/trunk/engines/agos/vga.h	2007-05-07 03:40:37 UTC (rev 26770)
@@ -113,14 +113,14 @@
 };
 
 struct VC10_state {
-	int image;
+	int16 image;
 	uint16 flags;
 	byte palette;
 
-	int x, y;
-	int width, height;
-	uint draw_width, draw_height;
-	uint x_skip, y_skip;
+	int16 x, y;
+	uint16 width, height;
+	uint16 draw_width, draw_height;
+	uint16 x_skip, y_skip;
 
 	byte *surf2_addr;
 	uint surf2_pitch;


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