diff options
-rw-r--r-- | openttd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -62,7 +62,7 @@ typedef uint32 WindowNumber; typedef byte WindowClass; typedef uint8 Year; -typedef uint32 Date; +typedef uint16 Date; enum GameModes { |
index : Erich/openttd | ||
Unnamed repository; edit this file 'description' to name the repository. |
summaryrefslogtreecommitdiff |
-rw-r--r-- | openttd.h | 2 |
@@ -62,7 +62,7 @@ typedef uint32 WindowNumber; typedef byte WindowClass; typedef uint8 Year; -typedef uint32 Date; +typedef uint16 Date; enum GameModes { |