forked from mirror/OpenTTD
(svn r27686) -Change: List railtype of rail tiles explicitly in the tile info window.
This commit is contained in:
@@ -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)
|
||||
};
|
||||
|
Reference in New Issue
Block a user