mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-03-09 15:41:15 +00:00
(svn r19204) -Fix (r1919x): airport tiles without animation had an incomplete contructor
This commit is contained in:
parent
077fa11b3e
commit
5ebc0a16c8
@ -15,7 +15,7 @@
|
|||||||
/** Writes all airport tile properties in the AirportTile struct */
|
/** Writes all airport tile properties in the AirportTile struct */
|
||||||
#define AT(num_frames, anim_speed) {(1 << 8) | num_frames, anim_speed, STR_NULL, 0, 0, 0, true, {INVALID_AIRPORTTILE, 0, NULL, NULL, INVALID_AIRPORTTILE}}
|
#define AT(num_frames, anim_speed) {(1 << 8) | num_frames, anim_speed, STR_NULL, 0, 0, 0, true, {INVALID_AIRPORTTILE, 0, NULL, NULL, INVALID_AIRPORTTILE}}
|
||||||
/** Writes an airport tile without animation in the AirportTile struct */
|
/** Writes an airport tile without animation in the AirportTile struct */
|
||||||
#define AT_NOANIM {0xFFFF, 2}
|
#define AT_NOANIM {0xFFFF, 2, STR_NULL, 0, 0, 0, true, {INVALID_AIRPORTTILE, 0, NULL, NULL, INVALID_AIRPORTTILE}}
|
||||||
|
|
||||||
/** All default airport tiles.
|
/** All default airport tiles.
|
||||||
* @see AirportTiles for a list of names. */
|
* @see AirportTiles for a list of names. */
|
||||||
|
Loading…
Reference in New Issue
Block a user