OpenTTD Source
20241108-master-g80f628063a
|
Tables with airporttile defaults. More...
Go to the source code of this file.
Macros | |
#define | AT(num_frames, anim_speed) {{num_frames, ANIM_STATUS_LOOPING, anim_speed, 0}, STR_NULL, 0, 0, true, GRFFileProps(INVALID_AIRPORTTILE)} |
Writes all airport tile properties in the AirportTile struct. | |
#define | AT_NOANIM {{0, ANIM_STATUS_NO_ANIMATION, 2, 0}, STR_NULL, 0, 0, true, GRFFileProps(INVALID_AIRPORTTILE)} |
Writes an airport tile without animation in the AirportTile struct. | |
Variables | |
static const AirportTileSpec | _origin_airporttile_specs [] |
All default airport tiles. More... | |
Tables with airporttile defaults.
Definition in file airporttiles.h.
|
static |
All default airport tiles.
Definition at line 22 of file airporttiles.h.
Referenced by AirportTileSpec::ResetAirportTiles().