summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2008-07-25 22:37:34 +0000
committersmatz <smatz@openttd.org>2008-07-25 22:37:34 +0000
commit05c2a8eba4d3a7e703235cad3eeb7f585faae59d (patch)
tree1a6093e36d4bb9122b5adce8c2e74ff3fc512aa2 /src/tile_cmd.h
parentce7585101d58c617da5df7ebcbd76ab3ae64744f (diff)
downloadopenttd-05c2a8eba4d3a7e703235cad3eeb7f585faae59d.tar.xz
(svn r13830) -Feature: show additional NewGRF info in the Tile Info window for stations, houses and industries
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index e25f210cc..ad3935b02 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -52,6 +52,9 @@ struct TileDesc {
Owner owner[4];
StringID owner_type[4];
Date build_date;
+ StringID station_class;
+ StringID station_name;
+ const char *grf;
uint64 dparam[2];
};