(svn r26277) -Add [FS#5849]: Display speed limit also for road bridges in the TileInfo window.

This commit is contained in:
frosch
2014-01-26 13:50:10 +00:00
parent cd68a2d8a5
commit 2ce5034005
4 changed files with 14 additions and 2 deletions

View File

@@ -62,7 +62,8 @@ 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
uint16 rail_speed; ///< Speed limit of rail
uint16 rail_speed; ///< Speed limit of rail (bridges and track)
uint16 road_speed; ///< Speed limit of road (bridges)
};
/**