1
0
forked from mirrors/0ad
Files
0ad/binaries/data/mods/public/simulation/components
Freagarach 67fe65e85b Fix mismatching range checks in finding a new target when gathering.
While gathering resources entities may be tasked to gather near a
position. The range check for that is 10 m. However, the relaxed range
check for the walking state is this.DefaultRelaxedMaxRange, which is 12
meter, currently. Meaning it would lead to a slow infinite loop.

Differential revision: D3839
Comments by: @wraitii
Tested by: @gameboy
(https://wildfiregames.com/forum/topic/38131-tutorial-bug/)

This was SVN commit r25249.
2021-04-13 06:48:13 +00:00
..
2021-04-07 06:58:36 +00:00
2021-04-07 06:58:36 +00:00
2021-04-04 06:52:20 +00:00