Fix visual glitch with Mine Ride's large turn (#18051)

This commit is contained in:
Rik Smeets 2022-09-18 23:05:20 +02:00 committed by GitHub
parent 36904cf3d0
commit d2634640ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -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)
------------------------------------------------------------------------

View File

@ -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(