Split map chooser in system- and user-installed map lists

This commit is contained in:
Oliver Brakmann
2015-01-16 15:49:08 +01:00
parent 72c0f9b8dc
commit 1854d994fd
5 changed files with 255 additions and 136 deletions

View File

@@ -173,6 +173,7 @@ namespace OpenRA.Mods.Common.Widgets.Logic
Ui.OpenWindow("MAPCHOOSER_PANEL", new WidgetArgs()
{
{ "initialMap", Map.Uid },
{ "initialTab", MapClassification.System },
{ "onExit", DoNothing },
{ "onSelect", Game.IsHost ? onSelect : null },
{ "filter", MapVisibility.Lobby },