diff options
Diffstat (limited to 'rail_cmd.c')
-rw-r--r-- | rail_cmd.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rail_cmd.c b/rail_cmd.c index 5c4dfcf24..6f7113169 100644 --- a/rail_cmd.c +++ b/rail_cmd.c @@ -2028,6 +2028,5 @@ const TileTypeProcs _tile_type_rail_procs = { ChangeTileOwner_Track, /* change_tile_owner_clear */ NULL, /* get_produced_cargo_proc */ VehicleEnter_Track, /* vehicle_enter_tile_proc */ - NULL, /* vehicle_leave_tile_proc */ GetSlopeTileh_Track, /* get_slope_tileh_proc */ }; |