mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-26 00:04:43 +01:00
allow block brakes to be built with speed
This commit is contained in:
@@ -655,7 +655,7 @@ bool TrackElementIsCovered(track_type_t trackElementType)
|
||||
|
||||
bool TrackTypeHasSpeedSetting(track_type_t trackType)
|
||||
{
|
||||
return trackType == TrackElemType::Brakes || trackType == TrackElemType::Booster;
|
||||
return trackType == TrackElemType::Brakes || trackType == TrackElemType::Booster || trackType == TrackElemType::BlockBrakes;
|
||||
}
|
||||
|
||||
bool TrackTypeIsHelix(track_type_t trackType)
|
||||
|
||||
Reference in New Issue
Block a user