mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
fix replay issue
This commit is contained in:
@@ -7437,7 +7437,7 @@ void Vehicle::PopulateBrakeSpeed(const CoordsXYZ& vehicleTrackLocation, TrackEle
|
||||
BlockBrakeSpeed = output.element->AsTrack()->GetBrakeBoosterSpeed();
|
||||
return;
|
||||
}
|
||||
if (TrackTypeIsBrakes(output.element->AsTrack()->GetTrackType()))
|
||||
if (!TrackTypeIsBrakes(output.element->AsTrack()->GetTrackType()))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user