OpenTTD Source 20241224-master-gee860a5c8e
|
Tile-offset / AirportTileID pair. More...
#include <newgrf_airport.h>
Data Fields | |
TileIndexDiffC | ti |
Tile offset from the top-most airport tile. | |
StationGfx | gfx |
AirportTile to use for this tile. | |
Tile-offset / AirportTileID pair.
Definition at line 25 of file newgrf_airport.h.
StationGfx AirportTileTable::gfx |
AirportTile to use for this tile.
Definition at line 27 of file newgrf_airport.h.
Referenced by AirportTileTableIterator::GetStationGfx().
TileIndexDiffC AirportTileTable::ti |
Tile offset from the top-most airport tile.
Definition at line 26 of file newgrf_airport.h.
Referenced by AirportTileTableIterator::operator++().