mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 00:03:11 +01:00
committed by
GitHub
parent
ca91c67eeb
commit
c01fe36d80
@@ -66,6 +66,7 @@ static void PaintFacility(
|
||||
PaintUtilSetSegmentSupportHeight(session, SEGMENTS_ALL, 0xFFFF, 0);
|
||||
PaintUtilSetGeneralSupportHeight(session, height + 32, 0x20);
|
||||
|
||||
if (direction == 1 || direction == 2)
|
||||
PaintUtilPushTunnelRotated(session, direction, height, TUNNEL_SQUARE_FLAT);
|
||||
}
|
||||
|
||||
|
||||
@@ -53,6 +53,7 @@ static void PaintShop(
|
||||
PaintUtilSetSegmentSupportHeight(session, SEGMENTS_ALL, 0xFFFF, 0);
|
||||
PaintUtilSetGeneralSupportHeight(session, height + 48, 0x20);
|
||||
|
||||
if (direction == 1 || direction == 2)
|
||||
PaintUtilPushTunnelRotated(session, direction, height, TUNNEL_SQUARE_FLAT);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user