Skip to content

Commit

Permalink
Remove check for continuous circuit mode
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 eb8c48b commit 23a568b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/openrct2/ride/Ride.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3788,11 +3788,6 @@ static ResultWithMessage RideCreateCableLift(RideId rideIndex, bool isApplying)
if (ride == nullptr)
return { false };

if (ride->mode != RideMode::ContinuousCircuitBlockSectioned && ride->mode != RideMode::ContinuousCircuit)
{
return { false, STR_CABLE_LIFT_UNABLE_TO_WORK_IN_THIS_OPERATING_MODE };
}

if (ride->num_circuits > 1)
{
return { false, STR_MULTICIRCUIT_NOT_POSSIBLE_WITH_CABLE_LIFT_HILL };
Expand Down

0 comments on commit 23a568b

Please sign in to comment.