-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allows vehicles to cross at train crossings (#79476)
* allows vehicles to cross at train crossings Adds a new recessed rail tile with the NOCOLLIDE flag, and replaces the rail which cross the road with recessed rails. * reverting change used to debug * fix road crossing edge case Rarely, a road and railroad can take the same path, resulting to multiple crossings end to end. By removing all normal rails & ties on a crossing, this allows vehicles to drive in the same direction as the tracks, if there are multiple in a row.
- Loading branch information
1 parent
0a9e421
commit 128e933
Showing
3 changed files
with
57 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters