From: Rudolf Polzer <divverent@alientrap.org>
Date: Wed, 1 Sep 2010 06:35:30 +0000 (+0200)
Subject: use -maxarea mode in -bsp
X-Git-Tag: xonotic-v0.1.0preview~251
X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=1d695ed74fcad62266bc027aeb0c1fcbe82b48a7;p=xonotic%2Fxonotic.git

use -maxarea mode in -bsp
---

diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler
index e48194f3..162f3c8c 100755
--- a/misc/tools/xonotic-map-compiler
+++ b/misc/tools/xonotic-map-compiler
@@ -19,7 +19,7 @@ use File::Temp;
 	our $Q3MAP2FLAGS = '-fs_forbiddenpath xonotic-data.pk3 -fs_forbiddenpath xonotic-data.pk3dir -fs_forbiddenpath xonotic-nexcompat.pk3 -fs_forbiddenpath xonotic-nexcompat.pk3dir';
 
 	# Default flags for the -bsp stage
-	our $BSPFLAGS    = '-meta -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
+	our $BSPFLAGS    = '-meta -maxarea -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
 
 	# Default flags for the -vis stage
 	our $VISFLAGS    = '';