forked from mirror/OpenTTD
(svn r19199) -Codechange: add a 'name'-property to airport tiles
This commit is contained in:
@@ -51,14 +51,15 @@ struct TileInfo {
|
||||
|
||||
/** Tile description for the 'land area information' tool */
|
||||
struct TileDesc {
|
||||
StringID str; ///< Description of the tile
|
||||
Owner owner[4]; ///< Name of the owner(s)
|
||||
StringID owner_type[4]; ///< Type of each owner
|
||||
Date build_date; ///< Date of construction of tile contents
|
||||
StringID station_class; ///< Class of station
|
||||
StringID station_name; ///< Type of station within the class
|
||||
const char *grf; ///< newGRF used for the tile contents
|
||||
uint64 dparam[2]; ///< Parameters of the \a str string
|
||||
StringID str; ///< Description of the tile
|
||||
Owner owner[4]; ///< Name of the owner(s)
|
||||
StringID owner_type[4]; ///< Type of each owner
|
||||
Date build_date; ///< Date of construction of tile contents
|
||||
StringID station_class; ///< Class of station
|
||||
StringID station_name; ///< Type of station within the class
|
||||
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
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user