mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Fix go karts steep to flat general support heights
This commit is contained in:
@@ -1895,7 +1895,7 @@ static void TrackUp60ToFlatLongBase(
|
||||
PaintUtilPushTunnelRotated(session, direction, height + 8, kTunnelGroup, TunnelSubType::Flat);
|
||||
}
|
||||
PaintUtilSetSegmentSupportHeight(session, kSegmentsAll, 0xFFFF, 0);
|
||||
static constexpr std::array generalSupportHeights = { 80, 64, 48, 48 };
|
||||
static constexpr std::array generalSupportHeights = { 80, 80, 56, 40 };
|
||||
PaintUtilSetGeneralSupportHeight(session, height + generalSupportHeights[trackSequence]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user