Skip to content

Commit

Permalink
Doc OpenTTD#7181: AAT_STATION_AIRPLANE_LAND triggers only a single ti…
Browse files Browse the repository at this point in the history
…le, not all airport tiles. (OpenTTD#7182)
  • Loading branch information
PeterN authored and douiwby committed Apr 16, 2020
1 parent 4cd2e2d commit b7dca62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/newgrf_animation_type.h
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ enum AirpAnimationTrigger {
AAT_STATION_NEW_CARGO, ///< Triggered when new cargo arrives at the station (for all tiles at the same time).
AAT_STATION_CARGO_TAKEN, ///< Triggered when a cargo type is completely removed from the station (for all tiles at the same time).
AAT_STATION_250_TICKS, ///< Triggered every 250 ticks (for all tiles at the same time).
AAT_STATION_AIRPLANE_LAND, ///< Triggered when an airplane (not a helicopter) touches down at the airport (for all tiles at the same time).
AAT_STATION_AIRPLANE_LAND, ///< Triggered when an airplane (not a helicopter) touches down at the airport (for single tile).
};

/** Animation triggers for objects. */
Expand Down

0 comments on commit b7dca62

Please sign in to comment.