summaryrefslogtreecommitdiff
path: root/src/station_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/station_base.h')
-rw-r--r--src/station_base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/station_base.h b/src/station_base.h
index 36bafcfa9..5329a2642 100644
--- a/src/station_base.h
+++ b/src/station_base.h
@@ -51,6 +51,7 @@ struct Airport : public TileArea {
uint64 flags; ///< stores which blocks on the airport are taken. was 16 bit earlier on, then 32
byte type; ///< Type of this airport, @see AirportTypes.
+ byte layout; ///< Airport layout number.
/**
* Get the AirportSpec that from the airport type of this airport. If there