mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 12:03:07 +01:00
Move constants in Track.h closer to each other
This commit is contained in:
@@ -24,6 +24,10 @@ constexpr auto kTrackDirectionDiagonalMask = 0b0100;
|
||||
|
||||
constexpr uint8_t kMaximumTrackSpeed = 30;
|
||||
|
||||
constexpr int8_t kMaxStationPlatformLength = 32;
|
||||
constexpr uint16_t kMaximumTrackHeight = 254 * kCoordsZStep;
|
||||
constexpr uint8_t kDefaultSeatRotation = 4;
|
||||
|
||||
namespace OpenRCT2
|
||||
{
|
||||
enum class TrackElemType : uint16_t;
|
||||
@@ -222,10 +226,6 @@ enum
|
||||
RCT_PREVIEW_TRACK_FLAG_IS_VERTICAL = (1 << 2),
|
||||
};
|
||||
|
||||
constexpr int8_t kMaxStationPlatformLength = 32;
|
||||
constexpr uint16_t kMaximumTrackHeight = 254 * kCoordsZStep;
|
||||
constexpr uint8_t kDefaultSeatRotation = 4;
|
||||
|
||||
enum class TrackCurve : uint8_t
|
||||
{
|
||||
leftVerySmall = 5,
|
||||
|
||||
Reference in New Issue
Block a user