No build radius from structures changed to spherical instead of cylinder. Credit to AlienBird.

This commit is contained in:
pierow 2021-01-04 13:37:26 -05:00
parent 8ef9ff1f92
commit 6d75594419

View file

@ -872,8 +872,8 @@ void AvHSHUGetMinBuildRadiusViolations(AvHMessageID inMessageID, vec3_t& inLocat
vec3_t theXYInLocation = inLocation;
vec3_t theXYTheLocation = theLocation;
theXYInLocation.z = 0;
theXYTheLocation.z = 0;
//theXYInLocation.z = 0;
//theXYTheLocation.z = 0;
float theDistance = VectorDistance((float*)&theXYInLocation, (float*)&theXYTheLocation);
// : 0000291