not necessary.

This commit is contained in:
Bob
2010-01-15 15:26:00 +13:00
parent a99f1a8534
commit 49b8902517

View File

@@ -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 ] ];
}