From fc68881906f4a750d2f713699754d6c5289b80a4 Mon Sep 17 00:00:00 2001 From: Darkvater Date: Mon, 3 Apr 2006 18:11:42 +0000 Subject: (svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration) --- tunnelbridge_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tunnelbridge_cmd.c') diff --git a/tunnelbridge_cmd.c b/tunnelbridge_cmd.c index 9d9001515..b53388f2b 100644 --- a/tunnelbridge_cmd.c +++ b/tunnelbridge_cmd.c @@ -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; -- cgit v1.2.3-54-g00ecf