1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-11 01:52:32 +01:00

fix visual glitch with supports

maze and shops get their original support colors instead of yellow

Co-authored-by: beam41 <beam_baimon@hotmail.com>
This commit is contained in:
73
2022-09-29 05:29:30 -04:00
parent 6f3790cf98
commit edc79d77eb

View File

@@ -2225,7 +2225,7 @@ void PaintTrack(paint_session& session, Direction direction, int32_t height, con
0, ride->track_colour[trackColourScheme].main, ride->track_colour[trackColourScheme].additional);
session.TrackColours[SCHEME_SUPPORTS] = ImageId(0, ride->track_colour[trackColourScheme].supports);
session.TrackColours[SCHEME_MISC] = ImageId(0, COLOUR_BLACK);
session.TrackColours[SCHEME_3] = ImageId(0, COLOUR_YELLOW);
session.TrackColours[SCHEME_3] = ImageId(0, COLOUR_DARK_BROWN);
if (trackElement.IsHighlighted())
{
session.TrackColours[SCHEME_TRACK] = HighlightMarker;