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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user