summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station.h')
-rw-r--r--src/station.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/station.h b/src/station.h
index 0d34a9713..b8557378b 100644
--- a/src/station.h
+++ b/src/station.h
@@ -239,6 +239,8 @@ enum CatchmentArea {
CA_TRAIN = 4,
CA_DOCK = 5,
+ CA_UNMODIFIED = 4, ///< Used when _patches.modified_catchment is false
+
MAX_CATCHMENT = 10, ///< Airports have a catchment up to this number.
};