diff -r 9d76aef9fe2b -r 845e07db4549 src/station_type.h --- a/src/station_type.h Sun May 25 17:36:49 2008 +0000 +++ b/src/station_type.h Sun May 25 19:17:03 2008 +0000 @@ -57,7 +57,7 @@ CA_TRAIN = 4, CA_DOCK = 5, - CA_UNMODIFIED = 4, ///< Used when _patches.modified_catchment is false + CA_UNMODIFIED = 4, ///< Used when _settings.station.modified_catchment is false MAX_CATCHMENT = 10, ///< Airports have a catchment up to this number. };