forked from mirror/OpenTTD
(svn r1465) -Fix: [1099101] starting year patch goes out of range. Clamped year between 1920-2090 as wel as adding defines for it.
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
|
||||
/* Min/Max date for scenario editor */
|
||||
static const uint MinDate = 0; // 1920-01-01
|
||||
static const uint MinDate = 0; // 1920-01-01 (MAX_YEAR_BEGIN_REAL)
|
||||
static const uint MaxDate = 29220; // 2000-01-01
|
||||
|
||||
extern void DoTestSave();
|
||||
|
Reference in New Issue
Block a user