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