[Scummvm-cvs-logs] CVS: scummvm/scumm wiz_he.cpp,2.115,2.116

Gregory Montoir cyx at users.sourceforge.net
Mon Jan 30 12:34:11 CET 2006


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

Modified Files:
	wiz_he.cpp 
Log Message:
Changed to be consistent with rest of wiz code.

Index: wiz_he.cpp
===================================================================
RCS file: /cvsroot/scummvm/scummvm/scumm/wiz_he.cpp,v
retrieving revision 2.115
retrieving revision 2.116
diff -u -d -r2.115 -r2.116
--- wiz_he.cpp	30 Jan 2006 19:29:28 -0000	2.115
+++ wiz_he.cpp	30 Jan 2006 20:33:45 -0000	2.116
@@ -1125,8 +1125,8 @@
 		memset(mat, 0, sizeof(mat));
 		pa = new PolygonArea[n];
 		for (int i = 0; i < n; ++i) {
-			pa[i].xmin = 12345;
-			pa[i].xmax = -12345;
+			pa[i].xmin = 0x7FFFFFFF;
+			pa[i].xmax = 0x80000000;
 		}
 		ra = new ResultArea[n];
 		rAreasNum = 0;





More information about the Scummvm-git-logs mailing list