1
0
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:
Gymnasiast
2024-11-23 00:28:11 +01:00
parent ad0dfc6f0a
commit 192e7662cc

View File

@@ -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;