From abb601f682775de2f0670482f0b4b773300c9949 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 21 Dec 2009 16:13:30 +0000 Subject: (svn r18585) -Codechange: replace some magic numbers by constants --- src/date_type.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/date_type.h') diff --git a/src/date_type.h b/src/date_type.h index 5afc925e4..e0481ff49 100644 --- a/src/date_type.h +++ b/src/date_type.h @@ -68,6 +68,9 @@ enum { /** The absolute minimum & maximum years in OTTD */ #define MIN_YEAR 0 +/** The default starting year */ +#define DEF_START_YEAR 1950 + /** * MAX_YEAR, nicely rounded value of the number of years that can * be encoded in a single 32 bits date, about 2^31 / 366 years. -- cgit v1.2.3-54-g00ecf