mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-29 01:35:06 +01:00
Change some ride type names for clarity, fix Americanism
This commit is contained in:
@@ -2600,7 +2600,7 @@ bool track_element_is_covered(sint32 trackElementType)
|
||||
bool track_element_is_booster(uint8 rideType, uint8 trackType)
|
||||
{
|
||||
// Boosters share their ID with the Spinning Control track.
|
||||
if (rideType != RIDE_TYPE_WILD_MOUSE && trackType == TRACK_ELEM_BOOSTER)
|
||||
if (rideType != RIDE_TYPE_STEEL_WILD_MOUSE && trackType == TRACK_ELEM_BOOSTER)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user