Codechange: Remove Direction*Byte types

This commit is contained in:
Charles Pigott
2019-04-22 08:11:28 +01:00
committed by PeterN
parent 9f3928658b
commit 96097b34a5
7 changed files with 15 additions and 17 deletions

View File

@@ -310,7 +310,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.
DirectionByte rotation; ///< How this airport is rotated.
Direction rotation; ///< How this airport is rotated.
PersistentStorage *psa; ///< Persistent storage for NewGRF airports.