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