mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-17 22:51:13 +00:00
feda708d5d
Formation controllers were not always waiting on their members correctly because the "finishedOrder" check was being reset in the wrong place. This happened particularly with queued orders. This merges the "finishedOrder" and the "InPosition" logic. Reported by: elexis Based on a patch by: Freagarach Tested by: Freagarach Reviewed By: Angen Fixes #3274 Differential Revision: https://code.wildfiregames.com/D2702 This was SVN commit r23744.