Fix #16188: B&M tracks support incorrect in single angle

This commit is contained in:
Michael Steenbeek 2021-12-19 14:48:53 +01:00 committed by GitHub
parent fa68f798c2
commit 2cf62abf85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -26,6 +26,7 @@
- Fix: [#16075] Exporting track designs saves scenery in incorrect locations.
- Fix: [#16087] The Looping Roller Coaster booster is now always drawn correctly.
- Fix: [#16162] Go Karts speeds are not correctly randomised, they only go very fast or very slow.
- Fix: [#16188] Medium-size banked turns on the Twister and Vertical Roller Coaster have incorrect support placement (partly original bug).
0.3.5.1 (2021-11-21)
------------------------------------------------------------------------

View File

@ -951,6 +951,7 @@ static void bolliger_mabillard_track_banked_left_quarter_turn_5(
PaintAddImageAsParentRotated(
session, direction, session->TrackColours[SCHEME_TRACK] | 17284, 0, 0, 32, 1, 26, height, 0, 27,
height);
metal_a_supports_paint_setup(session, supportType, 4, 0, height, session->TrackColours[SCHEME_SUPPORTS]);
break;
case 2:
PaintAddImageAsParentRotated(
@ -985,7 +986,6 @@ static void bolliger_mabillard_track_banked_left_quarter_turn_5(
PaintAddImageAsParentRotated(
session, direction, session->TrackColours[SCHEME_TRACK] | 17283, 0, 0, 32, 16, 1, height, 0, 0,
height + 27);
metal_a_supports_paint_setup(session, supportType, 6, 1, height, session->TrackColours[SCHEME_SUPPORTS]);
break;
case 2:
PaintAddImageAsParentRotated(