Add RCT12PeepThoughtItemNone constant

This commit is contained in:
ζeh Matt 2021-08-28 15:12:32 +03:00
parent a5931921bf
commit bab646de6e
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 2 additions and 0 deletions

View File

@ -88,6 +88,8 @@ constexpr const uint16_t RCT12_PEEP_SPAWN_UNDEFINED = 0xFFFF;
constexpr const uint16_t RCT12VehicleTrackDirectionMask = 0b0000000000000011;
constexpr const uint16_t RCT12VehicleTrackTypeMask = 0b1111111111111100;
constexpr const uint8_t RCT12PeepThoughtItemNone = std::numeric_limits<uint8_t>::max();
enum class RCT12TrackDesignVersion : uint8_t
{
TD4,