Skip to content

Commit

Permalink
remove check for splash boats and river rafts
Browse files Browse the repository at this point in the history
  • Loading branch information
spacek531 committed May 3, 2024
1 parent 3be1f2c commit 245173a
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 @@ -1696,7 +1696,7 @@ static Widget _rideConstructionWidgets[] = {
{
// Enable helix
widgets[WIDX_SLOPE_DOWN_STEEP].type = WindowWidgetType::FlatBtn;
if (currentRide->type != RIDE_TYPE_SPLASH_BOATS && currentRide->type != RIDE_TYPE_RIVER_RAFTS)
if (IsTrackEnabled(TRACK_SLOPE_STEEP_UP))
widgets[WIDX_SLOPE_UP_STEEP].type = WindowWidgetType::FlatBtn;
}
}
Expand Down

0 comments on commit 245173a

Please sign in to comment.