Codechange: remove need for SetDParamX
This commit is contained in:
@@ -51,6 +51,7 @@ struct TileInfo {
|
||||
/** Tile description for the 'land area information' tool */
|
||||
struct TileDesc {
|
||||
StringID str; ///< Description of the tile
|
||||
uint64_t dparam; ///< Parameter of the \a str string
|
||||
Owner owner[4]; ///< Name of the owner(s)
|
||||
StringID owner_type[4]; ///< Type of each owner
|
||||
TimerGameCalendar::Date build_date; ///< Date of construction of tile contents
|
||||
@@ -60,7 +61,6 @@ 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
|
||||
StringID railtype; ///< Type of rail on the tile.
|
||||
uint16 rail_speed; ///< Speed limit of rail (bridges and track)
|
||||
StringID roadtype; ///< Type of road on the tile.
|
||||
|
Reference in New Issue
Block a user