]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - tools/quake3/q3map2/main.c
Merge commit '61214e743288ffe8a58cf7876bd8f7f435397571' into master-merge
[xonotic/netradiant.git] / tools / quake3 / q3map2 / main.c
index d36a6ea2d4dfb95e0b7d2bc90cdddf02ffbdc289..c5ed2c2b33087fe187e6f254b1bbd834531913a1 100644 (file)
@@ -220,6 +220,8 @@ int ShiftBSPMain( int argc, char **argv ){
        {
                //find point on plane
                for ( j=0; j<3; j++ ){
+                       // This line being commented out is an unexplained change by Garux
+                       // see dd7f4f1689e8ede7580bdfa8e08d0b78d08f5253
                        //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];