This commit is contained in:
Bob
2009-10-30 09:31:57 +13:00
parent 6306690730
commit 4232974f3a

View File

@@ -120,8 +120,6 @@ namespace OpenRa.Game
items.Add( new SidebarItem( sprite, i, false, unitPos ) );
unitPos += spriteHeight;
}
foreach( string g in groups ) player.CancelProduction( g );
}
void Paint()