mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 17:19:09 +00:00
(svn r4572) Remove vehicle_leave_tile_proc
There's exactly one implemented function (unbarring a level crossing) and one place where it can be triggered (a train leaves a level crossing) It's a bit overkill, so just handle this one case where it can happen
This commit is contained in:
@@ -591,6 +591,5 @@ const TileTypeProcs _tile_type_trees_procs = {
|
||||
ChangeTileOwner_Trees, /* change_tile_owner_clear */
|
||||
NULL, /* get_produced_cargo_proc */
|
||||
NULL, /* vehicle_enter_tile_proc */
|
||||
NULL, /* vehicle_leave_tile_proc */
|
||||
GetSlopeTileh_Trees, /* get_slope_tileh_proc */
|
||||
};
|
||||
|
Reference in New Issue
Block a user