Codechange: Return name, description and URL as std::string from GRFConfig. (#13868)
This commit is contained in:
@@ -60,7 +60,7 @@ struct TileDesc {
|
||||
StringID airport_class{}; ///< Name of the airport class
|
||||
StringID airport_name{}; ///< Name of the airport
|
||||
StringID airport_tile_name{}; ///< Name of the airport tile
|
||||
const char *grf = nullptr; ///< newGRF used for the tile contents
|
||||
std::optional<std::string> grf = std::nullopt; ///< newGRF used for the tile contents
|
||||
StringID railtype{}; ///< Type of rail on the tile.
|
||||
uint16_t rail_speed = 0; ///< Speed limit of rail (bridges and track)
|
||||
StringID roadtype{}; ///< Type of road on the tile.
|
||||
|
||||
Reference in New Issue
Block a user