mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
MAXINT isn't as portable as one would like
This commit is contained in:
parent
a17673bb69
commit
63dfd5e523
1 changed files with 1 additions and 1 deletions
|
@ -831,7 +831,7 @@ main (int argc, char *argv[])
|
|||
/* run through all referenced faces */
|
||||
|
||||
/* ICK ... do I want to check area of all faces? */
|
||||
usearea = MAXINT;
|
||||
usearea = INT_MAX;
|
||||
if (options.edgeremove) {
|
||||
if (edge_extra[i].num_face_ref > 1) {
|
||||
tempf = 1.0;
|
||||
|
|
Loading…
Reference in a new issue