mirror of https://github.com/OpenTTD/OpenTTD
Merge 6a880d8f26
into 9ce2aca949
commit
7105a9e289
|
@ -44,7 +44,7 @@ enum AirportTypes : uint8_t {
|
||||||
};
|
};
|
||||||
|
|
||||||
/** Flags for airport movement data. */
|
/** Flags for airport movement data. */
|
||||||
enum AirportMovingDataFlag : uint8_t {
|
enum class AirportMovingDataFlag : uint8_t {
|
||||||
NoSpeedClamp, ///< No speed restrictions.
|
NoSpeedClamp, ///< No speed restrictions.
|
||||||
Takeoff, ///< Takeoff movement.
|
Takeoff, ///< Takeoff movement.
|
||||||
SlowTurn, ///< Turn slowly (mostly used in the air).
|
SlowTurn, ///< Turn slowly (mostly used in the air).
|
||||||
|
|
Loading…
Reference in New Issue