Home
last modified time | relevance | path

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

/dports/games/openttd/openttd-12.1/src/
H A Dstation_type.h84 MAX_CATCHMENT = 10, ///< Maximum catchment for airports with "modified catchment" enabled enumerator
H A Dstation_base.h576 uint max_c = _settings_game.station.modified_catchment ? MAX_CATCHMENT : CA_UNMODIFIED; in ForAllStationsAroundTiles()
H A Dnewgrf.cpp3954 as->catchment = Clamp(buf->ReadByte(), 1, MAX_CATCHMENT); in AirportChangeInfo()