mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix Mine Train support bug (original bug)
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
- Fix: [#19901] Random shop colours never assigning last colour.
|
||||
- Fix: [#19924] Destructible cheat does not allow partial ride modification.
|
||||
- Fix: [#19950] Mine train block brake supports drawn incorrectly.
|
||||
- Fix: [#19955] Mine Train Roller Coaster has incorrect supports on the sloped left small turn (original bug).
|
||||
- Fix: [#19987] [Plugin] ‘SetCheatAction’ has wrong ID in plugin API.
|
||||
|
||||
0.4.4 (2023-03-28)
|
||||
|
||||
@@ -2453,7 +2453,7 @@ static void MineTrainRCTrackLeftQuarterTurn325DegUp(
|
||||
PaintAddImageAsParentRotated(
|
||||
session, direction, session.TrackColours[SCHEME_TRACK].WithIndex(20229), { 0, 6, height },
|
||||
{ 32, 20, 1 });
|
||||
WoodenASupportsPaintSetup(session, 3, 0, height, session.TrackColours[SCHEME_SUPPORTS]);
|
||||
WoodenASupportsPaintSetup(session, 9, 0, height, session.TrackColours[SCHEME_SUPPORTS]);
|
||||
break;
|
||||
case 3:
|
||||
PaintAddImageAsParentRotated(
|
||||
|
||||
Reference in New Issue
Block a user