don't need -minsamplesize any more, it just was a workaround for map breakage in Nexuiz

This commit is contained in:
Rudolf Polzer 2010-09-11 18:43:10 +02:00
parent 3848446114
commit 8306d9d7a7

View File

@ -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 = '';