src/station_type.h
changeset 10703 2c998f3776d1
parent 9283 624272490f5a
child 10775 7061477bfbcf
equal deleted inserted replaced
10702:d36547edcb86 10703:2c998f3776d1
    55 	CA_BUS             =  3,
    55 	CA_BUS             =  3,
    56 	CA_TRUCK           =  3,
    56 	CA_TRUCK           =  3,
    57 	CA_TRAIN           =  4,
    57 	CA_TRAIN           =  4,
    58 	CA_DOCK            =  5,
    58 	CA_DOCK            =  5,
    59 
    59 
    60 	CA_UNMODIFIED      =  4, ///< Used when _patches.modified_catchment is false
    60 	CA_UNMODIFIED      =  4, ///< Used when _settings.station.modified_catchment is false
    61 
    61 
    62 	MAX_CATCHMENT      = 10, ///< Airports have a catchment up to this number.
    62 	MAX_CATCHMENT      = 10, ///< Airports have a catchment up to this number.
    63 };
    63 };
    64 
    64 
    65 #endif /* STATION_TYPE_H */
    65 #endif /* STATION_TYPE_H */