mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-14 06:34:55 +00:00
e674da7e5e
It is generally better to use the movement request data as that is our actual target and goals are just a representation of that at any given time. Where a PathGoal is required, compute this lazily. This allow failing easily in MoveToX() functions if the goal cannot be computed. Differential Revision: https://code.wildfiregames.com/D1902 This was SVN commit r22452.