[nexuiz-commits] r7194 - trunk/misc/tools

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 11 13:36:36 EDT 2009


Author: div0
Date: 2009-07-11 13:36:35 -0400 (Sat, 11 Jul 2009)
New Revision: 7194

Modified:
   trunk/misc/tools/nexuiz-map-compiler
Log:
meta works not like I thought :P


Modified: trunk/misc/tools/nexuiz-map-compiler
===================================================================
--- trunk/misc/tools/nexuiz-map-compiler	2009-07-11 15:38:23 UTC (rev 7193)
+++ trunk/misc/tools/nexuiz-map-compiler	2009-07-11 17:36:35 UTC (rev 7194)
@@ -19,7 +19,7 @@
 	our $Q3MAP2FLAGS = '';
 
 	# Default flags for the -bsp stage
-	our $BSPFLAGS    = '-samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
+	our $BSPFLAGS    = '-meta -samplesize 8 -minsamplesize 4 -mv 1000000 -mi 6000000';
 
 	# Default flags for the -vis stage
 	our $VISFLAGS    = '';
@@ -63,7 +63,7 @@
 {
 	$_ = shift @ARGV;
 	my $enterflags = undef;
-	if($_ eq '-bsp' or $_ eq '-meta')
+	if($_ eq '-bsp')
 	{
 		$enterflags = 'bsp';
 	}
@@ -243,7 +243,7 @@
 		}
 
 		unlink <$m/lm_*>; # delete old external lightmaps
-		q3map2 '-bsp', '-meta', @{$options->{bsp}},   "$m.map"
+		q3map2 '-bsp', @{$options->{bsp}},   "$m.map"
 			or die "-bsp: $?";
 		if($prescale != 1)
 		{



More information about the nexuiz-commits mailing list