mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-23 14:25:17 +00:00
3c3f85ce98
Following D1899/98f609df1d, we have logic that can handle calling MoveSucceeded() even if we don't go through the special STATE_STOPPING state, and following D1898/8ac104b07a we no longer need STATE_STOPPING for animation sync either. m_State can therefore be entirely removed as it is redundant with other information. Differential Revision: https://code.wildfiregames.com/D1900 This was SVN commit r22441.