summaryrefslogtreecommitdiff
path: root/dummy_land.c
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
committerrubidium <rubidium@openttd.org>2006-08-22 14:38:37 +0000
commit480af9c9171badb7db906d2cc05856f4c2d87b73 (patch)
tree2a3621a92a3d30384ea51e0898d08f035a559915 /dummy_land.c
parent5f4dbbd52264b986efc248a6ccb02dbde4ca6c0e (diff)
downloadopenttd-480af9c9171badb7db906d2cc05856f4c2d87b73.tar.xz
(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whitespace fixes only except for a few comments to make them uniform for the whole enum/struct.
Diffstat (limited to 'dummy_land.c')
-rw-r--r--dummy_land.c26
1 files changed, 13 insertions, 13 deletions
diff --git a/dummy_land.c b/dummy_land.c
index 88daa0752..10952fc00 100644
--- a/dummy_land.c
+++ b/dummy_land.c
@@ -67,17 +67,17 @@ static uint32 GetTileTrackStatus_Dummy(TileIndex tile, TransportType mode)
}
const TileTypeProcs _tile_type_dummy_procs = {
- DrawTile_Dummy, /* draw_tile_proc */
- GetSlopeZ_Dummy, /* get_slope_z_proc */
- ClearTile_Dummy, /* clear_tile_proc */
- GetAcceptedCargo_Dummy, /* get_accepted_cargo_proc */
- GetTileDesc_Dummy, /* get_tile_desc_proc */
- GetTileTrackStatus_Dummy, /* get_tile_track_status_proc */
- ClickTile_Dummy, /* click_tile_proc */
- AnimateTile_Dummy, /* animate_tile_proc */
- TileLoop_Dummy, /* tile_loop_clear */
- ChangeTileOwner_Dummy, /* change_tile_owner_clear */
- NULL, /* get_produced_cargo_proc */
- NULL, /* vehicle_enter_tile_proc */
- GetSlopeTileh_Dummy, /* get_slope_tileh_proc */
+ DrawTile_Dummy, /* draw_tile_proc */
+ GetSlopeZ_Dummy, /* get_slope_z_proc */
+ ClearTile_Dummy, /* clear_tile_proc */
+ GetAcceptedCargo_Dummy, /* get_accepted_cargo_proc */
+ GetTileDesc_Dummy, /* get_tile_desc_proc */
+ GetTileTrackStatus_Dummy, /* get_tile_track_status_proc */
+ ClickTile_Dummy, /* click_tile_proc */
+ AnimateTile_Dummy, /* animate_tile_proc */
+ TileLoop_Dummy, /* tile_loop_clear */
+ ChangeTileOwner_Dummy, /* change_tile_owner_clear */
+ NULL, /* get_produced_cargo_proc */
+ NULL, /* vehicle_enter_tile_proc */
+ GetSlopeTileh_Dummy, /* get_slope_tileh_proc */
};