(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date.
authorrubidium
Mon, 14 Aug 2006 17:08:45 +0000
changeset 4264 88bd44d27954
parent 4263 22d7a462e150
child 4265 2d48886ce3cc
(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date.
openttd.h
--- a/openttd.h	Mon Aug 14 16:18:41 2006 +0000
+++ b/openttd.h	Mon Aug 14 17:08:45 2006 +0000
@@ -62,7 +62,7 @@
 typedef byte WindowClass;
 
 typedef uint8  Year;
-typedef uint32 Date;
+typedef uint16 Date;
 
 
 enum GameModes {