mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-02-03 18:07:53 +01:00
Fix go karts steep to flat not drawing correctly in flat side tunnel
This commit is contained in:
@@ -1892,7 +1892,7 @@ static void TrackUp60ToFlatLongBase(
|
||||
}
|
||||
else if (trackSequence == 3 && (direction == 1 || direction == 2))
|
||||
{
|
||||
PaintUtilPushTunnelRotated(session, direction, height + 8, kTunnelGroup, TunnelSubType::Flat);
|
||||
PaintUtilPushTunnelRotated(session, direction, height + 8, kTunnelGroup, TunnelSubType::FlatTo25Deg);
|
||||
}
|
||||
PaintUtilSetSegmentSupportHeight(session, kSegmentsAll, 0xFFFF, 0);
|
||||
static constexpr std::array generalSupportHeights = { 80, 80, 56, 40 };
|
||||
|
||||
Reference in New Issue
Block a user