mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-16 03:23:15 +01:00
Fix entrance/exit not being removable (#22612)
This commit is contained in:
@@ -910,7 +910,7 @@ static bool ride_modify_entrance_or_exit(const CoordsXYE& tileElement)
|
||||
}
|
||||
|
||||
RideConstructionInvalidateCurrentTrack();
|
||||
if (_rideConstructionState != RideConstructionState::EntranceExit || isToolActive(WindowClass::RideConstruction))
|
||||
if (_rideConstructionState != RideConstructionState::EntranceExit || !isToolActive(WindowClass::RideConstruction))
|
||||
{
|
||||
// Replace entrance / exit
|
||||
ToolSet(
|
||||
|
||||
Reference in New Issue
Block a user