Skip to content

Commit

Permalink
Fix unreachable break
Browse files Browse the repository at this point in the history
  • Loading branch information
X123M3-256 authored and Gymnasiast committed Dec 23, 2023
1 parent 23a568b commit 1541378
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/openrct2/ride/Ride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3770,7 +3770,6 @@ static ResultWithMessage RideInitialiseCableLiftTrack(const Ride& ride, bool isA
case TrackElemType::EndStation:
case TrackElemType::BlockBrakes:
return { true };
break;
default:
return { false, STR_CABLE_LIFT_HILL_MUST_START_IMMEDIATELY_AFTER_STATION };
}
Expand Down

0 comments on commit 1541378

Please sign in to comment.