Added shift+right click on build menu cancels 5 orders. Added ctrl+shift+right click on build menu cancels all orders

This commit is contained in:
max621
2010-10-05 00:41:12 -05:00
committed by Chris Forbes
parent dd6d8d916e
commit 44fe0396bb
5 changed files with 29 additions and 12 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenRA.Mods.RA
if (producers.Count() == 0)
{
CancelProduction(name);
CancelProduction(name,1);
return;
}