(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user