selectable maps by default

This commit is contained in:
Matthias Mailänder
2013-12-29 23:07:55 +01:00
parent 50bc073791
commit 9cea5f96cd

View File

@@ -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;