(svn r20625) -Add: AirportTileSpec::GetByTile to simplify accessing the AirportTileSpec
This commit is contained in:
@@ -29,6 +29,7 @@ struct AirportTileSpec {
|
||||
GRFFileProps grf_prop; ///< properties related the the grf file
|
||||
|
||||
static const AirportTileSpec *Get(StationGfx gfx);
|
||||
static const AirportTileSpec *GetByTile(TileIndex tile);
|
||||
|
||||
static void ResetAirportTiles();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user