(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)

This commit is contained in:
Darkvater
2006-04-03 18:11:42 +00:00
parent e921c1fc84
commit b02fc3b62b
4 changed files with 6 additions and 6 deletions

View File

@@ -716,7 +716,7 @@ static int32 ClearTile_TunnelBridge(TileIndex tile, byte flags)
return CMD_ERROR;
}
int32 DoConvertTunnelBridgeRail(TileIndex tile, uint totype, bool exec)
int32 DoConvertTunnelBridgeRail(TileIndex tile, RailType totype, bool exec)
{
TileIndex endtile;
uint length;