mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
760ad169fe
`groupedDistance` is the "distance between neighboring players" but it was used as the radius. Then there was a special case when the team size is big and the `groupedDistance` was to small. With this commit the `groupedDistance` is actually used as "distance between neighboring players" and removes the special casing.