Fixed broken Install from CD code in RA.

This commit is contained in:
James Dunne
2012-06-19 07:49:24 -05:00
committed by Chris Forbes
parent 21ab0b461c
commit 4d16ca238c

View File

@@ -23,7 +23,8 @@ namespace OpenRA.Mods.RA.Widgets.Logic
var args = new WidgetArgs()
{
{ "afterInstall", () => { Ui.CloseWindow(); continueLoading(); } },
{ "installData", installData }
{ "installData", installData },
{ "continueLoading", continueLoading }
};
panel.Get<ButtonWidget>("DOWNLOAD_BUTTON").OnClick = () =>