aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Montoir2006-01-30 20:33:45 +0000
committerGregory Montoir2006-01-30 20:33:45 +0000
commitc7e90efc80bb43a2cab31882791a3cf296640c4d (patch)
tree87a707893089f5d82c6fa773dc970e0d63a97adb
parenteae3d40f67e9947423a04f0931d30e3b5a270601 (diff)
downloadscummvm-rg350-c7e90efc80bb43a2cab31882791a3cf296640c4d.tar.gz
scummvm-rg350-c7e90efc80bb43a2cab31882791a3cf296640c4d.tar.bz2
scummvm-rg350-c7e90efc80bb43a2cab31882791a3cf296640c4d.zip
Changed to be consistent with rest of wiz code.
svn-id: r20318
-rw-r--r--scumm/wiz_he.cpp4
1 files changed, 2 insertions, 2 deletions
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;