Fix compile warnings

This commit is contained in:
Paul Chote
2011-01-22 09:40:17 +13:00
parent be9d8d96ce
commit 3609de8ca5

View File

@@ -16,11 +16,11 @@ namespace OpenRA.Mods.RA.Widgets
{
class GameInitInfoWidget : Widget
{
public string TestFile;
public string GameTitle;
public string PackageURL;
public string PackagePath;
public string InstallMode;
public string TestFile = "";
public string GameTitle = "";
public string PackageURL = "";
public string PackagePath = "";
public string InstallMode = "";
public override void DrawInner() {}
}