summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/station.h b/src/station.h
index 71abc5750..bbae591d6 100644
--- a/src/station.h
+++ b/src/station.h
@@ -222,7 +222,9 @@ enum CatchmentArea {
CA_BUS = 3,
CA_TRUCK = 3,
CA_TRAIN = 4,
- CA_DOCK = 5
+ CA_DOCK = 5,
+
+ MAX_CATCHMENT = 10, ///< Airports have a catchment up to this number.
};
void ModifyStationRatingAround(TileIndex tile, PlayerID owner, int amount, uint radius);