#include <airport.h>
Static Public Member Functions | |
static const AirportTileSpec * | Get (StationGfx gfx) |
Retrieve airport tile spec for the given airport tile. | |
Data Fields | |
StationGfx | anim_next |
Next StationGfx in an animation. | |
uint8 | animation_speed |
The speed of the animation. |
Definition at line 81 of file airport.h.
const AirportTileSpec * AirportTileSpec::Get | ( | StationGfx | gfx | ) | [static] |
Retrieve airport tile spec for the given airport tile.
gfx | index of airport tile |
Definition at line 150 of file airport.cpp.
References _origin_airporttile_specs, and NUM_AIRPORTTILES.