summaryrefslogtreecommitdiff
path: root/src/clear_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/clear_cmd.cpp
parent469450e5544bb2f30419ff1dfacfcac6bbf6c438 (diff)
downloadopenttd-6a272233b363369909888b273a210f6fc0c48347.tar.xz
(svn r23160) -Fix: wrong comments in a lot of TileTypeProcs definitions
Diffstat (limited to 'src/clear_cmd.cpp')
-rw-r--r--src/clear_cmd.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clear_cmd.cpp b/src/clear_cmd.cpp
index fc3cb0bc2..748318262 100644
--- a/src/clear_cmd.cpp
+++ b/src/clear_cmd.cpp
@@ -377,8 +377,8 @@ extern const TileTypeProcs _tile_type_clear_procs = {
GetTileTrackStatus_Clear, ///< get_tile_track_status_proc
NULL, ///< click_tile_proc
NULL, ///< animate_tile_proc
- TileLoop_Clear, ///< tile_loop_clear
- ChangeTileOwner_Clear, ///< change_tile_owner_clear
+ TileLoop_Clear, ///< tile_loop_proc
+ ChangeTileOwner_Clear, ///< change_tile_owner_proc
NULL, ///< add_produced_cargo_proc
NULL, ///< vehicle_enter_tile_proc
GetFoundation_Clear, ///< get_foundation_proc