Shellmap unselectable for multiplayer

This commit is contained in:
Paul Chote
2010-04-09 21:23:22 +12:00
parent 44981f50a4
commit f116455ef6
15 changed files with 444 additions and 6 deletions

View File

@@ -326,6 +326,9 @@ namespace OpenRA
foreach (var kv in Game.AvailableMaps)
{
var map = kv.Value;
if (!map.Selectable)
continue;
var itemRect = new Rectangle(r.Left + 50, y - 2, r.Width - 340, 20);
if (map == currentMap)
{