Add PF setting for whether to pathfind up to back of one-way PBS

This commit is contained in:
Jonathan G Rennison
2021-06-09 20:43:57 +01:00
parent d8d01276c5
commit a7d8c6fe0c
5 changed files with 19 additions and 7 deletions

View File

@@ -529,6 +529,7 @@ struct PathfinderSettings {
bool roadveh_queue; ///< buggy road vehicle queueing
bool forbid_90_deg; ///< forbid trains to make 90 deg turns
bool back_of_one_way_pbs_waiting_point;///< whether the back of one-way PBS signals is a safe waiting point
uint8 reroute_rv_on_layout_change; ///< whether to re-route road vehicles when the layout changes
bool reverse_at_signals; ///< whether to reverse at signals at all