(svn r14755) -Codechange: remove ending year as it can't be changed anyways.

This commit is contained in:
rubidium
2008-12-28 16:09:58 +00:00
parent e83cca7d13
commit ef20d229ab
8 changed files with 7 additions and 10 deletions

View File

@@ -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