diff options
Diffstat (limited to 'openttd.h')
-rw-r--r-- | openttd.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,11 +54,11 @@ typedef byte WindowClass; 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 { |