mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-19 04:53:12 +01:00
Fix underground track styles.
This commit is contained in:
@@ -52,6 +52,7 @@ void map_element_paint_setup(int x, int y)
|
||||
) {
|
||||
paint_util_set_segment_support_height(SEGMENTS_ALL, 0xFFFF, 0);
|
||||
paint_util_force_set_general_support_height(-1, 0);
|
||||
RCT2_GLOBAL(0x0141E9DB, uint8) = 0;
|
||||
RCT2_GLOBAL(0x0141E9DC, uint32) = 0xFFFF;
|
||||
|
||||
sub_68B3FB(x, y);
|
||||
@@ -75,7 +76,7 @@ void sub_68B2B7(int x, int y)
|
||||
paint_util_set_segment_support_height(SEGMENTS_ALL, 0xFFFF, 0);
|
||||
paint_util_force_set_general_support_height(-1, 0);
|
||||
RCT2_GLOBAL(0x0141E9DC, uint32) = 0xFFFF;
|
||||
RCT2_GLOBAL(0x0141E9DB, uint8) |= 2;
|
||||
RCT2_GLOBAL(0x0141E9DB, uint8) = 2;
|
||||
|
||||
sub_68B3FB(x, y);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user