]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
add default options -fast and -dirty. If you do not want them, add --no-fast or ...
authorRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 14:02:35 +0000 (16:02 +0200)
committerRudolf Polzer <divverent@alientrap.org>
Wed, 21 Jul 2010 14:02:35 +0000 (16:02 +0200)
misc/tools/xonotic-map-compiler

index 12be54ad7d0848cfcba200316255aa50073c0dd7..e14951574773dc7fb059411105283ca65c5168a4 100755 (executable)
@@ -25,7 +25,7 @@ use File::Temp;
        our $VISFLAGS    = '';
 
        # Default flags for the -light stage
-       our $LIGHTFLAGS  = '-deluxe -patchshadows -samples 3 -lightmapsize 512';
+       our $LIGHTFLAGS  = '-deluxe -patchshadows -samples 3 -lightmapsize 512 -fast -dirty';
 
        # Default flags for the -minimap stage
        our $MINIMAPFLAGS = '';