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

@@ -87,9 +87,8 @@ namespace OpenRA.Mods.D2k
}
else
{
Game.LoadShellMap();
Ui.ResetAll();
Ui.OpenWindow("MAINMENU_BG");
Game.LoadShellMap();
}
}
}