(svn r5892) -Fix (r5887): silence MSVC warning(s) about signedness of some comparisons with _date.

replace/41b28d7194a279bdc17475d4fbe2ea6ec885a466
rubidium 18 years ago
parent 4b82897e25
commit 0886ac3841

@ -62,7 +62,7 @@ typedef uint32 WindowNumber;
typedef byte WindowClass;
typedef uint8 Year;
typedef uint32 Date;
typedef uint16 Date;
enum GameModes {

Loading…
Cancel
Save