summaryrefslogtreecommitdiff
path: root/src/station_cmd.cpp
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-06-25 20:08:59 +0000
committersmatz <smatz@openttd.org>2009-06-25 20:08:59 +0000
commitc0ac230e3ea48e2e640dc74bc257f6f22d37bca3 (patch)
tree8472f38421f3ceae22eb5ab827bbc0d45b2de08e /src/station_cmd.cpp
parentc30a87758fca7b0203b36b886aaa360f383f9278 (diff)
downloadopenttd-c0ac230e3ea48e2e640dc74bc257f6f22d37bca3.tar.xz
(svn r16660) -Codechange: get rid of more dummy tile_type_procs
Diffstat (limited to 'src/station_cmd.cpp')
-rw-r--r--src/station_cmd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/station_cmd.cpp b/src/station_cmd.cpp
index 761a7543e..443321a92 100644
--- a/src/station_cmd.cpp
+++ b/src/station_cmd.cpp
@@ -3152,7 +3152,7 @@ extern const TileTypeProcs _tile_type_station_procs = {
DrawTile_Station, // draw_tile_proc
GetSlopeZ_Station, // get_slope_z_proc
ClearTile_Station, // clear_tile_proc
- NULL, // get_accepted_cargo_proc
+ NULL, // add_accepted_cargo_proc
GetTileDesc_Station, // get_tile_desc_proc
GetTileTrackStatus_Station, // get_tile_track_status_proc
ClickTile_Station, // click_tile_proc