]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
save the options my build machine actually uses
authorRudolf Polzer <divverent@alientrap.org>
Thu, 17 Jun 2010 13:26:49 +0000 (15:26 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Thu, 17 Jun 2010 13:26:49 +0000 (15:26 +0200)
misc/tools/xonotic-map-compiler

index 7bdd58e904d3cf744ad7bcb35f7d1bd057f710f5..30000674b4c29d0523b8f514af6a7bd11fb757a1 100755 (executable)
@@ -25,7 +25,7 @@ use File::Temp;
        our $VISFLAGS    = '';
 
        # Default flags for the -light stage
        our $VISFLAGS    = '';
 
        # Default flags for the -light stage
-       our $LIGHTFLAGS  = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -bounce 8 -fastbounce -bouncegrid';
+       our $LIGHTFLAGS  = '-deluxe -patchshadows -samples 3 -lightmapsize 512';
 
        # Default flags for the -minimap stage
        our $MINIMAPFLAGS = '';
 
        # Default flags for the -minimap stage
        our $MINIMAPFLAGS = '';