mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Replace check for RIDE_TYPE_MERRY_GO_ROUND
This commit is contained in:
@@ -1153,7 +1153,7 @@ namespace OpenRCT2::RCT1
|
||||
}
|
||||
}
|
||||
|
||||
if (_gameVersion < FILE_VERSION_RCT1_LL && dst->type == RIDE_TYPE_MERRY_GO_ROUND)
|
||||
if (_gameVersion < FILE_VERSION_RCT1_LL && src->Type == RideType::MerryGoRound)
|
||||
{
|
||||
// The merry-go-round in pre-LL versions was always yellow with red
|
||||
dst->vehicle_colours[0].Body = COLOUR_YELLOW;
|
||||
|
||||
Reference in New Issue
Block a user