]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/bsp.c
new options:
[xonotic/netradiant.git] / tools / quake3 / q3map2 / bsp.c
index c04f30d5e407ccebb88ec4e16d2c7bfe31afbaaa..03c040747b29ad7d8bc8848f38db0b1de0e54eaa 100644 (file)
@@ -893,6 +893,11 @@ int BSPMain( int argc, char **argv )
                        Sys_Printf( "Alternate BSP splitting (by 27) enabled\n" );
                        bspAlternateSplitWeights = qtrue;
                }
+               else if( !strcmp( argv[ i ], "-deep" ) )
+               {
+                       Sys_Printf( "Deep BSP tree generation enabled\n" );
+                       deepBSP = qtrue;
+               }
                else if( !strcmp( argv[ i ], "-bsp" ) )
                        Sys_Printf( "-bsp argument unnecessary\n" );
                else