summaryrefslogtreecommitdiff
path: root/airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'airport.h')
-rw-r--r--airport.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/airport.h b/airport.h
index 78f11e3ed..3497bccdb 100644
--- a/airport.h
+++ b/airport.h
@@ -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