(svn r13960) -Codechange [YAPP]: Reserve a path when exiting a depot into a PBS block. (michi_cc)

This commit is contained in:
rubidium
2008-08-02 22:55:52 +00:00
parent 4339948b1f
commit 9e91bb4b33
3 changed files with 24 additions and 3 deletions

View File

@@ -45,6 +45,7 @@ static inline byte SignalOnTrack(Track track)
enum SigSegState {
SIGSEG_FREE, ///< Free and has no pre-signal exits or at least one green exit
SIGSEG_FULL, ///< Occupied by a train
SIGSEG_PBS, ///< Segment is a PBS segment
};
SigSegState UpdateSignalsOnSegment(TileIndex tile, DiagDirection side, Owner owner);