diff --git a/OpenRA.Game/Map.cs b/OpenRA.Game/Map.cs index 4b40075232..2d0e477659 100644 --- a/OpenRA.Game/Map.cs +++ b/OpenRA.Game/Map.cs @@ -60,7 +60,7 @@ namespace OpenRA // Yaml map data public string Uid { get; private set; } public int MapFormat; - public bool Selectable; + public bool Selectable = true; public bool UseAsShellmap; public string RequiresMod;