summaryrefslogtreecommitdiff
path: root/tunnelbridge_cmd.c
diff options
context:
space:
mode:
authorDarkvater <darkvater@openttd.org>2006-04-03 18:11:42 +0000
committerDarkvater <darkvater@openttd.org>2006-04-03 18:11:42 +0000
commitfc68881906f4a750d2f713699754d6c5289b80a4 (patch)
tree9d1dc789493e054d1aa0d21548ba15f167efa310 /tunnelbridge_cmd.c
parent857ccb97c9731ab2cabed09641d2a7b4139feb05 (diff)
downloadopenttd-fc68881906f4a750d2f713699754d6c5289b80a4.tar.xz
(svn r4265) - Fix: compile warning on VS2005 (parameter 2 different from declaration)
Diffstat (limited to 'tunnelbridge_cmd.c')
-rw-r--r--tunnelbridge_cmd.c2
1 files changed, 1 insertions, 1 deletions
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;