Changes shroud lobby setting from disabling shroud to revealing it.

This commit is contained in:
deniz1a
2015-07-26 03:25:43 +03:00
parent 582c93dda5
commit 7efbf0633e
3 changed files with 6 additions and 4 deletions

View File

@@ -282,7 +282,7 @@ namespace OpenRA.Traits
return explored.Contains(uv) && explored[uv] && (generatedShroudCount[uv] == 0 || visibleCount[uv] > 0);
}
public bool ShroudEnabled { get { return !Disabled && self.World.LobbyInfo.GlobalSettings.Shroud; } }
public bool ShroudEnabled { get { return !Disabled; } }
/// <summary>
/// Returns a fast exploration lookup that skips the usual validation.