(svn r22741) -Add: Add exit direction of hangars to airport specifications.
This commit is contained in:
@@ -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.
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user