From bc6d4069fe43da78054842a79de8ae7e1960efbf Mon Sep 17 00:00:00 2001 From: alberth Date: Sat, 13 Aug 2011 12:43:05 +0000 Subject: (svn r22741) -Add: Add exit direction of hangars to airport specifications. --- src/newgrf_airport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/newgrf_airport.h') 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. }; -- cgit v1.2.3-54-g00ecf