summaryrefslogtreecommitdiff
path: root/src/newgrf_airport.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2011-08-13 12:43:05 +0000
committeralberth <alberth@openttd.org>2011-08-13 12:43:05 +0000
commitbc6d4069fe43da78054842a79de8ae7e1960efbf (patch)
tree15880984c5b84e75a26494b38ce4a366cbfe2cfa /src/newgrf_airport.h
parent233065a5d8e9047dee0feb4c58f96bf7bc89059a (diff)
downloadopenttd-bc6d4069fe43da78054842a79de8ae7e1960efbf.tar.xz
(svn r22741) -Add: Add exit direction of hangars to airport specifications.
Diffstat (limited to 'src/newgrf_airport.h')
-rw-r--r--src/newgrf_airport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/newgrf_airport.h b/src/newgrf_airport.h
index c0aac9396..d0ec38c05 100644
--- a/src/newgrf_airport.h
+++ b/src/newgrf_airport.h
@@ -52,6 +52,7 @@ enum TTDPAirportType {
/** A list of all hangar tiles in an airport */
struct HangarTileTable {
TileIndexDiffC ti; ///< Tile offset from the top-most airport tile.
+ Direction dir; ///< Direction of the exit.
byte hangar_num; ///< The hanger to which this tile belongs.
};