diff -r 6564f3c88b84 -r c2ae4dbc1074 openttd.h --- a/openttd.h Sun Aug 20 17:22:03 2006 +0000 +++ b/openttd.h Sun Aug 20 18:40:57 2006 +0000 @@ -54,11 +54,11 @@ enum { INVALID_YEAR = -1, - INVALID_DATE = (uint16)-1, + INVALID_DATE = -1, }; -typedef int16 Year; -typedef uint16 Date; +typedef int32 Year; +typedef int32 Date; enum GameModes {