1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 09:32:29 +01:00

Hotfix: Disappearing large half loops on BM track

This commit is contained in:
AuraSpecs
2024-11-11 21:16:53 +01:00
committed by GitHub
parent fd90afeb46
commit e6ae0a9bc0

View File

@@ -2622,10 +2622,6 @@ bool TrackTypeMustBeMadeInvisible(ride_type_t rideType, OpenRCT2::TrackElemType
case TrackElemType::RightMediumHalfLoopUp:
case TrackElemType::LeftMediumHalfLoopDown:
case TrackElemType::RightMediumHalfLoopDown:
case TrackElemType::LeftLargeHalfLoopUp:
case TrackElemType::RightLargeHalfLoopUp:
case TrackElemType::LeftLargeHalfLoopDown:
case TrackElemType::RightLargeHalfLoopDown:
case TrackElemType::LeftZeroGRollUp:
case TrackElemType::RightZeroGRollUp:
case TrackElemType::LeftZeroGRollDown: