From c7e90efc80bb43a2cab31882791a3cf296640c4d Mon Sep 17 00:00:00 2001 From: Gregory Montoir Date: Mon, 30 Jan 2006 20:33:45 +0000 Subject: Changed to be consistent with rest of wiz code. svn-id: r20318 --- scumm/wiz_he.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scumm/wiz_he.cpp') diff --git a/scumm/wiz_he.cpp b/scumm/wiz_he.cpp index 947acd68ae..d0e97ef515 100644 --- a/scumm/wiz_he.cpp +++ b/scumm/wiz_he.cpp @@ -1125,8 +1125,8 @@ struct PolygonDrawData { 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; -- cgit v1.2.3