mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix one failing testpaint test
This commit is contained in:
committed by
Ted John
parent
0b4aa0d771
commit
f0f26ee297
@@ -4943,7 +4943,7 @@ void bolliger_mabillard_track_diag_flat_to_60_deg_down(uint8 rideIndex, uint8 tr
|
||||
}
|
||||
}
|
||||
paint_util_set_segment_support_height(paint_util_rotate_segments(SEGMENT_BC | SEGMENT_C4 | SEGMENT_CC | SEGMENT_D4, direction), 0xFFFF, 0);
|
||||
paint_util_set_general_support_height(height + 64, 0x20);
|
||||
paint_util_set_general_support_height(height + 72, 0x20);
|
||||
break;
|
||||
case 1:
|
||||
if (track_element_is_lift_hill(mapElement)) {
|
||||
|
||||
Reference in New Issue
Block a user