(svn r16660) -Codechange: get rid of more dummy tile_type_procs

This commit is contained in:
smatz
2009-06-25 20:08:59 +00:00
parent 5d301445a2
commit bd208c30e0
12 changed files with 34 additions and 102 deletions

View File

@@ -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