Currently, the following would happen:
Unit A raises its extent to 3 in command select
Exit command select, deselect unit, select unit B
Open unit B's command select
Assuming that first command has extent, its extent will be 3, but it should be 0
The solution is to reset extent to 0 each time a unit is deselected.
[ ] Extent is reset whenever a unit is deselected.
Currently, the following would happen: Unit A raises its extent to 3 in command select Exit command select, deselect unit, select unit B Open unit B's command select Assuming that first command has extent, its extent will be 3, but it should be 0 The solution is to reset extent to 0 each time a unit is deselected.