Initial implementation of NewGRF custom signal styles
This commit is contained in:
@@ -59,7 +59,7 @@ struct TileDesc {
|
||||
StringID airport_name; ///< Name of the airport
|
||||
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
|
||||
uint64 dparam[4]; ///< Parameters of the \a str string
|
||||
StringID railtype; ///< Type of rail on the tile.
|
||||
StringID railtype2; ///< Type of second rail on the tile.
|
||||
uint16 rail_speed; ///< Speed limit of rail (bridges and track)
|
||||
|
Reference in New Issue
Block a user