unify {RA,Cnc}DownloadPackagesLogic

This commit is contained in:
Chris Forbes
2011-10-19 19:28:33 +13:00
parent 1c69f5bef9
commit 42aa8a57c5
7 changed files with 12 additions and 126 deletions

View File

@@ -24,7 +24,7 @@ namespace OpenRA.Mods.RA.Widgets.Logic
var panel = widget.GetWidget("INSTALL_PANEL");
var args = new WidgetArgs()
{
{ "continueLoading", () => { Widget.CloseWindow(); continueLoading(); } },
{ "afterInstall", () => { Widget.CloseWindow(); continueLoading(); } },
{ "installData", installData }
};