summaryrefslogtreecommitdiff
path: root/src/newgrf_animation_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/newgrf_animation_type.h')
-rw-r--r--src/newgrf_animation_type.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/newgrf_animation_type.h b/src/newgrf_animation_type.h
index 1f3995f46..8eec6ada9 100644
--- a/src/newgrf_animation_type.h
+++ b/src/newgrf_animation_type.h
@@ -46,11 +46,12 @@ enum IndustryAnimationTrigger {
/** Animation triggers for airport tiles */
enum AirpAnimationTrigger {
- AAT_BUILT, ///< Triggered when the airport is built (for all tiles at the same time).
- AAT_TILELOOP, ///< Triggered in the periodic tile loop.
- 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_BUILT, ///< Triggered when the airport is built (for all tiles at the same time).
+ AAT_TILELOOP, ///< Triggered in the periodic tile loop.
+ 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).
};
/** Animation triggers for objects. */