(svn r19354) -Codechange: store the number of layouts in AirportSpec

This commit is contained in:
yexo
2010-03-06 16:02:07 +00:00
parent 79a8345749
commit c5e5a2d651
3 changed files with 9 additions and 6 deletions

View File

@@ -51,6 +51,7 @@ enum TTDPAirportType {
struct AirportSpec {
const struct AirportFTAClass *fsm; ///< the finite statemachine for the default airports
const AirportTileTable * const *table; ///< list of the tiles composing the airport
byte num_table; ///< number of elements in the table
const TileIndexDiffC *depot_table; ///< gives the position of the depots on the airports
byte nof_depots; ///< the number of depots in this airport
byte size_x; ///< size of airport in x direction