summaryrefslogtreecommitdiff
path: root/src/date_type.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-12-28 16:09:58 +0000
committerrubidium <rubidium@openttd.org>2008-12-28 16:09:58 +0000
commitef20d229aba42121dad7a195cfd05db94a54d9d9 (patch)
tree63a4e2275c53d091675758b85913b051a87b9b39 /src/date_type.h
parente83cca7d130872b9d64523ce1a0d61306bc31599 (diff)
downloadopenttd-ef20d229aba42121dad7a195cfd05db94a54d9d9.tar.xz
(svn r14755) -Codechange: remove ending year as it can't be changed anyways.
Diffstat (limited to 'src/date_type.h')
-rw-r--r--src/date_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/date_type.h b/src/date_type.h
index ddb6dfc7c..49b006c60 100644
--- a/src/date_type.h
+++ b/src/date_type.h
@@ -22,6 +22,8 @@
/** The minimum starting year/base year of the original TTD */
#define ORIGINAL_BASE_YEAR 1920
+/** The original ending year */
+#define ORIGINAL_END_YEAR 2051
/** The maximum year of the original TTD */
#define ORIGINAL_MAX_YEAR 2090