mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
fix formatting
This commit is contained in:
@@ -574,8 +574,8 @@ void SetBrakeClosed2(TrackElement& trackElement, const CoordsXY& trackLocation,
|
||||
case TrackElemType::DiagBrakes:
|
||||
case TrackElemType::DiagBlockBrakes:
|
||||
GetTrackElementOriginAndApplyChanges(
|
||||
{ trackLocation, trackElement.GetBaseZ(), trackElement.GetDirection() }, trackElement.GetTrackType(), isClosed, nullptr,
|
||||
TRACK_ELEMENT_SET_BRAKE_CLOSED_STATE);
|
||||
{ trackLocation, trackElement.GetBaseZ(), trackElement.GetDirection() }, trackElement.GetTrackType(), isClosed,
|
||||
nullptr, TRACK_ELEMENT_SET_BRAKE_CLOSED_STATE);
|
||||
break;
|
||||
default:
|
||||
trackElement.SetBrakeClosed(isClosed);
|
||||
|
||||
Reference in New Issue
Block a user