From eccc1b5b51d48098e1c7f5b9929e62da712dfe5c Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Tue, 18 Sep 2012 09:25:10 +0900 Subject: [PATCH] Put the over-size range back to its original value. This fixes the horribly different results between optimized and unoptimized qfbsp (there is still a difference of 1 brushface). Unfortunately, it also severely limits the maximum size of a map. --- libs/models/winding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/models/winding.c b/libs/models/winding.c index ae54c4535..03cc3e421 100644 --- a/libs/models/winding.c +++ b/libs/models/winding.c @@ -36,7 +36,7 @@ #include "QF/winding.h" -#define BOGUS (65336.0) +#define BOGUS (18000.0) /** \addtogroup qfbsp_winding */