summaryrefslogtreecommitdiff
path: root/src/object_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/object_cmd.cpp
parent469450e5544bb2f30419ff1dfacfcac6bbf6c438 (diff)
downloadopenttd-6a272233b363369909888b273a210f6fc0c48347.tar.xz
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
Diffstat (limited to 'src/object_cmd.cpp')
-rw-r--r--src/object_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/object_cmd.cpp b/src/object_cmd.cpp
index 32618d9ff..d2d872e4c 100644
--- a/src/object_cmd.cpp
+++ b/src/object_cmd.cpp
@@ -764,8 +764,8 @@ extern const TileTypeProcs _tile_type_object_procs = {
GetTileTrackStatus_Object, // get_tile_track_status_proc
ClickTile_Object, // click_tile_proc
AnimateTile_Object, // animate_tile_proc
- TileLoop_Object, // tile_loop_clear
- ChangeTileOwner_Object, // change_tile_owner_clear
+ TileLoop_Object, // tile_loop_proc
+ ChangeTileOwner_Object, // change_tile_owner_proc
NULL, // add_produced_cargo_proc
NULL, // vehicle_enter_tile_proc
GetFoundation_Object, // get_foundation_proc