diff options
Diffstat (limited to 'ttd.h')
-rw-r--r-- | ttd.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -207,6 +207,7 @@ typedef struct AcceptedCargo { typedef struct TileDesc { StringID str; byte owner; + uint16 build_date; uint32 dparam[2]; } TileDesc; |