From 16bcd6c0cfe96690c65cce54345de08415fb9c0f Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 26 Aug 2010 17:08:37 +0000 Subject: (svn r20628) -Fix: typos in animation trigger enum/comments --- src/newgrf_animation_type.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/newgrf_animation_type.h') diff --git a/src/newgrf_animation_type.h b/src/newgrf_animation_type.h index c8d6a87b7..355aa8121 100644 --- a/src/newgrf_animation_type.h +++ b/src/newgrf_animation_type.h @@ -46,11 +46,11 @@ enum IndustryAnimationTrigger { /** Animation triggers for airport tiles */ enum AirpAnimationTrigger { - AAT_BUILT, ///< Triggered when the airport it build (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_250_TICKS, ///< Triggered every 250 ticks (for all tiles at the same time). }; #endif /* NEWGRF_ANIMATION_TYPE_H */ -- cgit v1.2.3-70-g09d2