summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2016-12-09 21:27:22 +0000
committerfrosch <frosch@openttd.org>2016-12-09 21:27:22 +0000
commit10293c5fb1b90dcf13847fd07e44534550f1d656 (patch)
treeef12482ee662c30cd3ce90528a2d647378654d70 /src/tile_cmd.h
parentacc817b3f5fc1f41044332ba81d5c5f5825fe2e7 (diff)
downloadopenttd-10293c5fb1b90dcf13847fd07e44534550f1d656.tar.xz
(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info window.
Diffstat (limited to 'src/tile_cmd.h')
-rw-r--r--src/tile_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tile_cmd.h b/src/tile_cmd.h
index 966694bfb..6b8d6c69f 100644
--- a/src/tile_cmd.h
+++ b/src/tile_cmd.h
@@ -62,6 +62,7 @@ struct TileDesc {
StringID airport_tile_name; ///< Name of the airport tile
const char *grf; ///< newGRF used for the tile contents
uint64 dparam[2]; ///< Parameters of the \a str string
+ StringID railtype; ///< Type of rail on the tile.
uint16 rail_speed; ///< Speed limit of rail (bridges and track)
uint16 road_speed; ///< Speed limit of road (bridges)
};