1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-23 15:52:55 +01:00

fix formatting

This commit is contained in:
Spacek531
2023-09-23 02:42:53 -07:00
parent 37c1b5dd7a
commit 3676b47a20

View File

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