Merge pull request #3135 from ScottNZ/ui

Start moving towards saner RA widget logic
This commit is contained in:
Paul Chote
2013-04-27 03:09:59 -07:00
39 changed files with 1158 additions and 1587 deletions

View File

@@ -90,11 +90,7 @@ namespace OpenRA.Mods.RA
Ui.OpenWindow(Info["InstallerMenuWidget"], args);
}
else
{
Game.LoadShellMap();
Ui.ResetAll();
Ui.OpenWindow("MAINMENU_BG");
}
}
}
}