summaryrefslogtreecommitdiff
path: root/openttd.h
diff options
context:
space:
mode:
Diffstat (limited to 'openttd.h')
-rw-r--r--openttd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/openttd.h b/openttd.h
index a7b2abd91..857f92b15 100644
--- a/openttd.h
+++ b/openttd.h
@@ -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 {