]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
no, we do NOT want to ignore caulk
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index a14504877fa4dd25866103bc68510e3abaa522ab..b8c469dbdbd16e0188dbe8c8125efe4ee7601f9f 100644 (file)
@@ -361,7 +361,7 @@ determines solid non-sky brushes in the world
 
 void MiniMapSetupBrushes( void )
 {
-       SetupBrushesFlags(C_SOLID | C_SKY, C_SOLID, C_NODRAW, 0);
+       SetupBrushesFlags(C_SOLID | C_SKY, C_SOLID, 0, 0);
                // at least one must be solid
                // none may be sky
                // not all may be nodraw