From ddd58413784982766742f5bd515a47685a5c6d1a Mon Sep 17 00:00:00 2001 From: Thomas Debesse Date: Tue, 23 Feb 2021 00:03:47 +0100 Subject: [PATCH] q3map2: add a comment for future readers --- tools/quake3/q3map2/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/quake3/q3map2/main.c b/tools/quake3/q3map2/main.c index b7c91f15..9db48d11 100644 --- a/tools/quake3/q3map2/main.c +++ b/tools/quake3/q3map2/main.c @@ -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]; -- 2.39.2