Merge pull request #8700 from deniz1a/rename-disable-shroud

Renames "Disable Shroud & Fog" debug option to "Observer view".
This commit is contained in:
Matthias Mailänder
2015-08-20 20:41:01 +02:00
5 changed files with 11 additions and 13 deletions

View File

@@ -123,7 +123,7 @@ namespace OpenRA.Traits
break;
}
case "DevShroudDisable":
case "DevVisibility":
{
DisableShroud ^= true;
self.Owner.Shroud.Disabled = DisableShroud;