mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 21:06:49 +00:00
df9f0bef20
Units can get stuck on passable navcells surrounded by impassable navcells because the short-pathfinder got them there, and then ordering them to move far way uses the long-pathfinder. We can safely run a short-pathfinder call, using the same logic as in D1424, to get unstuck in at least some of those situations. Reported by: Angen Differential Revision: https://code.wildfiregames.com/D3215 This was SVN commit r24385.