(svn r22741) -Add: Add exit direction of hangars to airport specifications.

This commit is contained in:
alberth
2011-08-13 12:43:05 +00:00
parent 8fe21e4d46
commit 452e11a9d7
2 changed files with 9 additions and 8 deletions

View File

@@ -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.
};