1
0
Fork 0

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

release/0.5
rubidium 2006-08-14 17:08:45 +00:00
parent 4b82897e25
commit 0886ac3841
1 changed files with 1 additions and 1 deletions

View File

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