(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h

This commit is contained in:
yexo
2010-02-22 14:09:30 +00:00
parent 7171b4edb7
commit 028b7925ea
6 changed files with 19 additions and 24 deletions

View File

@@ -70,17 +70,6 @@ struct AirportSpec {
static AirportSpec oilrig;
};
/**
* Defines the data structure of each indivudual tile of an airport.
*/
struct AirportTileSpec {
uint16 animation_info; ///< Information about the animation (is it looping, how many loops etc)
uint8 animation_speed; ///< The speed of the animation
static const AirportTileSpec *Get(StationGfx gfx);
};
enum {
AMED_NOSPDCLAMP = 1 << 0,
AMED_TAKEOFF = 1 << 1,