diff --git a/distribution/changelog.txt b/distribution/changelog.txt index fd50415514..e69a16f650 100644 --- a/distribution/changelog.txt +++ b/distribution/changelog.txt @@ -67,6 +67,7 @@ - Fix: [#18008] Steeplechase S-bends has multiple gaps visible in the tracks. - Fix: [#18009] Visual glitch with litter at edge of sloped path. - Fix: [#18026] Park rating drops to 0 with more than 32k guests, total ride excitement or intensity. +- Fix: [#18051] Visual glitch with Mine Ride's large unbanked turn. 0.4.1 (2022-07-04) ------------------------------------------------------------------------ diff --git a/src/openrct2/ride/coaster/MineRide.cpp b/src/openrct2/ride/coaster/MineRide.cpp index 54dfaef9aa..c7e9956f0f 100644 --- a/src/openrct2/ride/coaster/MineRide.cpp +++ b/src/openrct2/ride/coaster/MineRide.cpp @@ -373,7 +373,7 @@ static void mine_ride_track_left_quarter_turn_5( case 1: PaintAddImageAsParentRotated( session, direction, session.TrackColours[SCHEME_TRACK] | 19430, { 0, 0, height }, { 16, 16, 3 }, - { 16, 16, height }); + { 6, 6, height }); break; case 2: PaintAddImageAsParentRotated(