1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-02-01 03:05:24 +01:00

Fix missing vertical tunnel on Reverse Freefall Coaster flat to vert

This commit is contained in:
mix
2025-03-01 10:19:35 +00:00
committed by GitHub
parent b3d90329ac
commit cf74af635b
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
0.4.21 (in development)
------------------------------------------------------------------------
- Fix: [#4225] Ride Construction window offers non-existent banked sloped to level curve (original bug).
- Fix: [#23897] Reverse Freefall Coaster slope up to vertical track piece does not draw a vertical tunnel.
0.4.20 (2025-02-25)
------------------------------------------------------------------------

View File

@@ -361,6 +361,7 @@ static void PaintReverseFreefallRCSlope(
session, supportType.wooden, trackSequence, direction, height, session.SupportColours);
PaintUtilSetSegmentSupportHeight(session, kSegmentsAll, 0xFFFF, 0);
PaintUtilSetGeneralSupportHeight(session, height + supportHeights[trackSequence]);
PaintUtilSetVerticalTunnel(session, height + 240);
break;
}
}