Skip to content

Commit

Permalink
fix 22038: Upward helix button missing on bobsled coaster
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed May 16, 2024
1 parent 288575c commit f997522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/openrct2-ui/windows/RideConstruction.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1698,7 +1698,7 @@ static Widget _rideConstructionWidgets[] = {
{
// Enable helix
widgets[WIDX_SLOPE_DOWN_STEEP].type = WindowWidgetType::FlatBtn;
if (IsTrackEnabled(TRACK_SLOPE_STEEP_UP))
if (IsTrackEnabled(TRACK_HELIX_UP_BANKED_HALF))
widgets[WIDX_SLOPE_UP_STEEP].type = WindowWidgetType::FlatBtn;
}
}
Expand Down

0 comments on commit f997522

Please sign in to comment.