Skip to content

Commit 8b73f4c

Browse files
committed
Fix another broken tunnel
1 parent d654ab6 commit 8b73f4c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/openrct2/paint/track/coaster/PipelineCoaster.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11249,7 +11249,7 @@ namespace OpenRCT2::PipelineRC
1124911249
session, supportType.metal, MetalSupportPlace::centre, direction, 0, height + -6, session.SupportColours);
1125011250
if (direction == 2 || direction == 3)
1125111251
{
11252-
PaintUtilPushTunnelRotated(session, direction + 1, height - 8, kTunnelGroup, TunnelSubType::SlopeEnd);
11252+
PaintUtilPushTunnelRotated(session, direction + 1, height, kTunnelGroup, TunnelSubType::SlopeEnd);
1125311253
}
1125411254
PaintUtilSetSegmentSupportHeight(
1125511255
session,
@@ -11341,7 +11341,7 @@ namespace OpenRCT2::PipelineRC
1134111341
session, supportType.metal, MetalSupportPlace::centre, direction, 0, height + -6, session.SupportColours);
1134211342
if (direction == 0 || direction == 1)
1134311343
{
11344-
PaintUtilPushTunnelRotated(session, direction + 1, height - 8, kTunnelGroup, TunnelSubType::SlopeEnd);
11344+
PaintUtilPushTunnelRotated(session, direction + 1, height, kTunnelGroup, TunnelSubType::SlopeEnd);
1134511345
}
1134611346
PaintUtilSetSegmentSupportHeight(
1134711347
session,

0 commit comments

Comments
 (0)