(svn r19434) -Add: Add rail speed limit to land area information window.

This commit is contained in:
2010-03-16 06:43:41 +00:00
parent 0dd8110484
commit 604da97364
7 changed files with 36 additions and 0 deletions

View File

@@ -60,6 +60,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
uint16 rail_speed; ///< Speed limit of rail
};
/**