Home
last modified time | relevance | path

Searched refs:GetRailDepotTrack (Results 1 – 4 of 4) sorted by relevance

/dports/games/openttd/openttd-12.1/src/
H A Drail_map.h182 static inline Track GetRailDepotTrack(TileIndex t) in GetRailDepotTrack() function
284 return HasDepotReservation(t) ? TrackToTrackBits(GetRailDepotTrack(t)) : TRACK_BIT_NONE; in GetDepotReservationTrackBits()
H A Drail_cmd.cpp1678 YapfNotifyTrackLayoutChange(tile, GetRailDepotTrack(tile)); in CmdConvertRail()
H A Dtrain_cmd.cpp1775 leave->track = TrackToTrackBits(GetRailDepotTrack(leave->tile)); in AdvanceWagonsAfterSwap()
/dports/games/openttd/openttd-12.1/src/saveload/
H A Dvehicle_sl.cpp558 next->track = TrackToTrackBits(GetRailDepotTrack(next->tile)); in FixupTrainLengths()