From 8306d9d7a727f3b2718bd912342503d8c33b2c50 Mon Sep 17 00:00:00 2001 From: Rudolf Polzer Date: Sat, 11 Sep 2010 18:43:10 +0200 Subject: [PATCH] don't need -minsamplesize any more, it just was a workaround for map breakage in Nexuiz --- misc/tools/xonotic-map-compiler | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ''; -- 2.39.2