Ctrl-Shift-numkey performs unit grouping into existing groups
This commit is contained in:
committed by
Chris Forbes
parent
78ba76250d
commit
2972728b5e
@@ -72,6 +72,7 @@ namespace OpenRA
|
|||||||
if (actors.Count == 0)
|
if (actors.Count == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
|
if (!mods.HasModifier(Modifiers.Shift))
|
||||||
controlGroups[group].Clear();
|
controlGroups[group].Clear();
|
||||||
|
|
||||||
for (var i = 0; i < 10; i++) /* all control groups */
|
for (var i = 0; i < 10; i++) /* all control groups */
|
||||||
|
|||||||
Reference in New Issue
Block a user