(svn r4918) Move the information about the size of airports from an global array into the struct which describes an airport
This commit is contained in:
@@ -105,6 +105,8 @@ typedef struct AirportFTAClass {
|
||||
const TileIndexDiffC *airport_depots; // gives the position of the depots on the airports
|
||||
byte nof_depots; // number of depots this airport has
|
||||
struct AirportFTA *layout; // state machine for airport
|
||||
byte size_x;
|
||||
byte size_y;
|
||||
} AirportFTAClass;
|
||||
|
||||
// internal structure used in openttd - Finite sTate mAchine --> FTA
|
||||
|
||||
Reference in New Issue
Block a user