forked from mirror/OpenTTD
(svn r19434) -Add: Add rail speed limit to land area information window.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user