mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Add RCT12PeepThoughtItemNone constant
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user