1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Fix #22389: Alpine coaster has wrong tunnel entrance type

This commit is contained in:
lewyche
2024-07-30 16:33:13 -04:00
committed by GitHub
parent f6aa08c315
commit 79ceb2d5cb
2 changed files with 2 additions and 1 deletions

View File

@@ -361,7 +361,7 @@ namespace OpenRCT2::AlpineRC
}
else
{
PaintUtilPushTunnelRotated(session, direction, height + 8, TunnelType::_14);
PaintUtilPushTunnelRotated(session, direction, height + 8, TunnelType::_12);
}
PaintUtilSetSegmentSupportHeight(
session, PaintUtilRotateSegments(BlockedSegments::kStraightFlat, direction), 0xFFFF, 0);