mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
These variables together held the state for the target of UnitMotion, as set by the MoveTo[X] family of functions. Wrapping them in a struct reduces the chances that one will accidentally forget to reset part of the state and makes it explicit in-code that these are grouped together. Calling StopMoving() resets this target, which wasn't before and left the component in an incoherent state. Differential Revision: https://code.wildfiregames.com/D1887 This was SVN commit r22352. |
||
|---|---|---|
| .. | ||
| components | ||
| docs | ||
| helpers | ||
| scripting | ||
| serialization | ||
| system | ||
| tests | ||
| MessageTypes.h | ||
| Simulation2.cpp | ||
| Simulation2.h | ||
| TypeList.h | ||