summaryrefslogtreecommitdiff
path: root/src/tunnelbridge_cmd.cpp
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2011-11-08 17:37:32 +0000
committeryexo <yexo@openttd.org>2011-11-08 17:37:32 +0000
commit6a272233b363369909888b273a210f6fc0c48347 (patch)
tree39f4e74186b168b44435deb613fe6394a56c1db1 /src/tunnelbridge_cmd.cpp
parent469450e5544bb2f30419ff1dfacfcac6bbf6c438 (diff)
downloadopenttd-6a272233b363369909888b273a210f6fc0c48347.tar.xz
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
Diffstat (limited to 'src/tunnelbridge_cmd.cpp')
-rw-r--r--src/tunnelbridge_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tunnelbridge_cmd.cpp b/src/tunnelbridge_cmd.cpp
index c85617758..ce5470317 100644
--- a/src/tunnelbridge_cmd.cpp
+++ b/src/tunnelbridge_cmd.cpp
@@ -1707,8 +1707,8 @@ extern const TileTypeProcs _tile_type_tunnelbridge_procs = {
GetTileTrackStatus_TunnelBridge, // get_tile_track_status_proc
NULL, // click_tile_proc
NULL, // animate_tile_proc
- TileLoop_TunnelBridge, // tile_loop_clear
- ChangeTileOwner_TunnelBridge, // change_tile_owner_clear
+ TileLoop_TunnelBridge, // tile_loop_proc
+ ChangeTileOwner_TunnelBridge, // change_tile_owner_proc
NULL, // add_produced_cargo_proc
VehicleEnter_TunnelBridge, // vehicle_enter_tile_proc
GetFoundation_TunnelBridge, // get_foundation_proc