From: Rudolf Polzer Date: Sat, 11 Sep 2010 16:43:10 +0000 (+0200) Subject: don't need -minsamplesize any more, it just was a workaround for map breakage in... X-Git-Tag: xonotic-v0.1.0preview~228 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fxonotic.git;a=commitdiff_plain;h=8306d9d7a727f3b2718bd912342503d8c33b2c50 don't need -minsamplesize any more, it just was a workaround for map breakage in Nexuiz --- diff --git a/misc/tools/xonotic-map-compiler b/misc/tools/xonotic-map-compiler index 162f3c8c..d70eb371 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 -maxarea -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000'; + our $BSPFLAGS = '-meta -maxarea -samplesize 8 -mv 1000000 -mi 6000000'; # Default flags for the -vis stage our $VISFLAGS = '';