From 9f3928658bb3f8aaf21b17e0144cb09722474fff Mon Sep 17 00:00:00 2001 From: Charles Pigott Date: Mon, 22 Apr 2019 08:03:04 +0100 Subject: Codechange: Remove Track{dir,}{Bits,}Byte types --- src/ship.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ship.h') diff --git a/src/ship.h b/src/ship.h index 6f818efb2..807e69c5e 100644 --- a/src/ship.h +++ b/src/ship.h @@ -20,13 +20,13 @@ void GetShipSpriteSize(EngineID engine, uint &width, uint &height, int &xoffs, int &yoffs, EngineImageType image_type); WaterClass GetEffectiveWaterClass(TileIndex tile); -typedef std::deque ShipPathCache; +typedef std::deque ShipPathCache; /** * All ships have this type. */ struct Ship FINAL : public SpecializedVehicle { - TrackBitsByte state; ///< The "track" the ship is following. + TrackBits state; ///< The "track" the ship is following. ShipPathCache path; ///< Cached path. DirectionByte rotation; ///< Visible direction. int16 rotation_x_pos; ///< NOSAVE: X Position before rotation. -- cgit v1.2.3-70-g09d2