Files
0ad/source/simulation2/components
Fabio Pedretti 54bbef308a Pathfinder: Remove unused ICmpPosition lookup in DistributeAround()
cmpPosition was declared but never read anywhere in the function,
likely left over from an earlier refactor — each unit's own position
is already fetched correctly inside the loop via unitPos. CmpPtr
construction is a pure lookup with no side effects, so removing the
unused instance doesn't change behaviour.
2026-09-01 10:54:32 +02:00
..
2026-06-04 20:29:48 +02:00
2025-08-07 20:00:49 +02:00
2025-08-08 07:10:11 +02:00
2025-08-08 07:10:11 +02:00