1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 07:43:01 +01:00

Move RIDE_RATING_STATION_FLAG_NO_ENTRANCE to source file

This commit is contained in:
Tulio Leao
2025-08-16 06:33:16 -03:00
parent 3e8ea34507
commit e72339cbbf
2 changed files with 5 additions and 5 deletions

View File

@@ -45,6 +45,11 @@ enum
RIDE_RATINGS_STATE_5 RIDE_RATINGS_STATE_5
}; };
enum
{
RIDE_RATING_STATION_FLAG_NO_ENTRANCE = 1 << 0
};
enum enum
{ {
PROXIMITY_WATER_OVER, // 0x0138B596 PROXIMITY_WATER_OVER, // 0x0138B596

View File

@@ -46,11 +46,6 @@ static_assert(sizeof(RatingTuple) == 6);
#pragma pack(pop) #pragma pack(pop)
enum
{
RIDE_RATING_STATION_FLAG_NO_ENTRANCE = 1 << 0
};
struct RideRatingUpdateState struct RideRatingUpdateState
{ {
CoordsXYZ Proximity; CoordsXYZ Proximity;