[Scummvm-cvs-logs] CVS: scummvm/scumm gfx.h,1.16,1.17

Max Horn fingolfin at users.sourceforge.net
Wed Dec 25 17:16:07 CET 2002


Update of /cvsroot/scummvm/scummvm/scumm
In directory sc8-pr-cvs1:/tmp/cvs-serv28710

Modified Files:
	gfx.h 
Log Message:
640*480 = 307200 > 65536: uin16 not sufficient to store the VirtScreen size

Index: gfx.h
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/gfx.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- gfx.h	25 Dec 2002 03:48:27 -0000	1.16
+++ gfx.h	26 Dec 2002 01:15:09 -0000	1.17
@@ -44,7 +44,7 @@
 	int number;
 	uint16 topline;
 	uint16 width, height;
-	uint16 size;
+	int size;
 	byte alloctwobuffers;
 	bool scrollable;
 	uint16 xstart;





More information about the Scummvm-git-logs mailing list