Remove unused parameters.
This commit is contained in:
committed by
abcdefg30
parent
ea243b8558
commit
0e7ad43425
@@ -167,7 +167,7 @@ namespace OpenRA.Mods.Common.Traits
|
||||
return terrainInfo.GetTerrainInfo(new TerrainTile(template, (byte)index));
|
||||
}
|
||||
|
||||
public void LinkNeighbouringBridges(World world, LegacyBridgeLayer bridges)
|
||||
public void LinkNeighbouringBridges(LegacyBridgeLayer bridges)
|
||||
{
|
||||
for (var d = 0; d <= 1; d++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user