mirror of
https://github.com/ENSL/NS.git
synced 2024-11-25 22:11:04 +00:00
No build radius from structures changed to spherical instead of cylinder. Credit to AlienBird.
This commit is contained in:
parent
8ef9ff1f92
commit
6d75594419
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue