(svn r72) -Add: build_date of station (viewable with Query tool)

This commit is contained in:
truelight
2004-08-17 08:40:09 +00:00
parent b4e9a3d1d4
commit a21fa40127
4 changed files with 25 additions and 1 deletions

1
ttd.h
View File

@@ -207,6 +207,7 @@ typedef struct AcceptedCargo {
typedef struct TileDesc {
StringID str;
byte owner;
uint16 build_date;
uint32 dparam[2];
} TileDesc;