diff options
Diffstat (limited to 'src/airport.h')
-rw-r--r-- | src/airport.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/airport.h b/src/airport.h index 83cb4eda3..ce210301d 100644 --- a/src/airport.h +++ b/src/airport.h @@ -132,7 +132,7 @@ typedef struct AirportFTAClass { const AirportMovingData *moving_data, const byte *terminals, const byte *helipads, - byte entry_point, + const byte *entry_points, Flags flags, const AirportFTAbuildup *apFA, const TileIndexDiffC *depots, @@ -158,7 +158,7 @@ typedef struct AirportFTAClass { Flags flags; byte nof_depots; // number of depots this airport has byte nofelements; // number of positions the airport consists of - byte entry_point; // when an airplane arrives at this airport, enter it at position entry_point + const byte *entry_points; ///< when an airplane arrives at this airport, enter it at position entry_point, index depends on direction byte size_x; byte size_y; byte delta_z; // Z adjustment for helicopter pads |