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

@@ -148,6 +148,7 @@ namespace MapConverter
Map.MapSize.Y = MapSize;
Map.TopLeft = new int2 (XOffset, YOffset);
Map.BottomRight = new int2(XOffset+Width,YOffset+Height);
Map.Selectable = true;
if (INIFormat == 3) // RA map
{