Codechange: remove need for SetDParamX

This commit is contained in:
Rubidium
2023-06-11 21:16:16 +02:00
committed by rubidium42
parent 6c6f365d2f
commit f86500df92
5 changed files with 4 additions and 15 deletions

View File

@@ -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.