diff --git a/OpenRa.Game/Shroud.cs b/OpenRa.Game/Shroud.cs index bbe2f14821..82866e92e5 100644 --- a/OpenRa.Game/Shroud.cs +++ b/OpenRa.Game/Shroud.cs @@ -98,9 +98,6 @@ namespace OpenRa.Game if( !IsExplored( i + 1, j + 1 ) ) u |= 4; if( !IsExplored( i - 1, j + 1 ) ) u |= 8; - if( ( u | uSides ) == uSides ) - return shadowBits[ v ]; - return shadowBits[ SpecialShroudTiles[ u ^ uSides ][ v ] ]; }