]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/prtfile.c
IGNORE: whitespace-only changes
[xonotic/netradiant.git] / tools / quake3 / q3map2 / prtfile.c
index 6f36f7582cb554000541e5b6b4579199df6d86d9..eb11d0d9122627791125c567dd75dd02aee9a9f6 100644 (file)
@@ -102,6 +102,7 @@ void WritePortalFile_r (node_t *node)
                        // plane the same way vis will, and flip the side orders if needed
                        // FIXME: is this still relevent?
                        WindingPlane (w, normal, &dist);
+
                        if ( DotProduct (p->plane.normal, normal) < 0.99 )
                        {       // backwards...
                                fprintf (pf,"%i %i %i ",w->numpoints, p->nodes[1]->cluster, p->nodes[0]->cluster);