summaryrefslogtreecommitdiff
path: root/src/station.h
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2008-02-15 23:57:03 +0000
committerglx <glx@openttd.org>2008-02-15 23:57:03 +0000
commita1489850876a28c273e1e633515c11062c832df2 (patch)
tree846aa4f1b2b7c56288258e3f5e20efa172fe99a1 /src/station.h
parent55b0146498ba3789406aa7bf08426a9b1e2eea2d (diff)
downloadopenttd-a1489850876a28c273e1e633515c11062c832df2.tar.xz
(svn r12154) -Codechange: removed a magic number
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.
};