Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dstation_cmd.cpp1607 bool build_rail = keep_rail && !IsStationTileBlocked(tile); in RemoveFromRailBaseStation() local
1608 if (!build_rail && !IsStationTileBlocked(tile)) Company::Get(owner)->infrastructure.rail[rt]--; in RemoveFromRailBaseStation()
1612 if (build_rail) MakeRailNormal(tile, owner, TrackToTrackBits(track), rt); in RemoveFromRailBaseStation()