openttd.h
changeset 4326 c2ae4dbc1074
parent 4323 78204e7c3100
child 4330 7306bda145ab
--- 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 {