summaryrefslogtreecommitdiff
path: root/src/tile_cmd.h
diff options
context:
space:
mode:
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)
};