summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2008-05-21 22:15:39 +0000
committerfrosch <frosch@openttd.org>2008-05-21 22:15:39 +0000
commiteca692ef90477a0d0440b2354c99c0fac08bd2fa (patch)
tree62b63bf8a41a39d8f1a47c54975f356368304e1f /src/tile_cmd.h
parent510c0acb4aa1c6179857f5d1824828b7f2fbdc6c (diff)
downloadopenttd-eca692ef90477a0d0440b2354c99c0fac08bd2fa.tar.xz
(svn r13206) -Feature(ette): Display all owners of a tile in the tile-info-window.
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index ce68f987c..e25f210cc 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -49,7 +49,8 @@ struct TileInfo {
struct TileDesc {
StringID str;
- Owner owner;
+ Owner owner[4];
+ StringID owner_type[4];
Date build_date;
uint64 dparam[2];
};