summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
authoryexo <yexo@openttd.org>2010-02-22 14:09:30 +0000
committeryexo <yexo@openttd.org>2010-02-22 14:09:30 +0000
commit40f6e69ae9d57697fa8c2ac4dc218cb944581696 (patch)
tree2d56d11eae0962db5674aadc23e753db0279621b /src/airport.h
parent5052777d0bbbd2322d4bfe2afc3914b9afe26f0d (diff)
downloadopenttd-40f6e69ae9d57697fa8c2ac4dc218cb944581696.tar.xz
(svn r19191) -Codechange: move AirportTileSpec to newgrf_airporttiles.h
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/airport.h b/src/airport.h
index ea534fab2..49d86b62a 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -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,