summaryrefslogtreecommitdiff
path: root/ttd.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2004-08-17 08:40:09 +0000
committertruelight <truelight@openttd.org>2004-08-17 08:40:09 +0000
commita21fa401276c009ffdff7ca19fd505e5a92a9f03 (patch)
tree992ac2e3eec0208547e07b801bd2aa2f792cda88 /ttd.h
parentb4e9a3d1d40d87f79394db4c4425d006aee253da (diff)
downloadopenttd-a21fa401276c009ffdff7ca19fd505e5a92a9f03.tar.xz
(svn r72) -Add: build_date of station (viewable with Query tool)
Diffstat (limited to 'ttd.h')
-rw-r--r--ttd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ttd.h b/ttd.h
index 77f8cb039..3846148de 100644
--- a/ttd.h
+++ b/ttd.h
@@ -207,6 +207,7 @@ typedef struct AcceptedCargo {
typedef struct TileDesc {
StringID str;
byte owner;
+ uint16 build_date;
uint32 dparam[2];
} TileDesc;