]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
Merge commit '8d6828cd68e9104c2c68b962b341b4f572b4bc38' into master-merge
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index 0c8799e8162c4b582082ffdfbbcdeef7e2987ef5..d36a6ea2d4dfb95e0b7d2bc90cdddf02ffbdc289 100644 (file)
@@ -220,6 +220,7 @@ int ShiftBSPMain( int argc, char **argv ){
        {
                //find point on plane
                for ( j=0; j<3; j++ ){
+                       //point[j] = bspPlanes[ i ].dist * bspPlanes[ i ].normal[j];
                        if ( fabs( bspPlanes[ i ].normal[j] ) > 0.5 ){
                                point[j] = bspPlanes[ i ].dist / bspPlanes[ i ].normal[j];
                                point[(j+1)%3] = point[(j+2)%3] = 0;