Use order state at reservation time for signal mode tracerestrict eval
This commit is contained in:
@@ -20,7 +20,7 @@ TrackBits GetReservedTrackbits(TileIndex t);
|
||||
void SetRailStationPlatformReservation(TileIndex start, DiagDirection dir, bool b);
|
||||
|
||||
bool TryReserveRailTrack(TileIndex tile, Track t, bool trigger_stations = true);
|
||||
bool TryReserveRailTrackdir(TileIndex tile, Trackdir td, bool trigger_stations = true);
|
||||
bool TryReserveRailTrackdir(const Train *v, TileIndex tile, Trackdir td, bool trigger_stations = true);
|
||||
void UnreserveRailTrack(TileIndex tile, Track t);
|
||||
void UnreserveRailTrackdir(TileIndex tile, Trackdir td);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user