1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-15 19:13:07 +01:00

Fix metal a supports on slopes.

This commit is contained in:
Duncan
2016-05-19 12:37:04 +01:00
parent 01edc0ff19
commit 588296bcb7

View File

@@ -493,7 +493,7 @@ bool metal_a_supports_paint_setup(int supportType, int segment, int special, int
image_id |= imageColourFlags;
sub_98197C(image_id, xOffset, yOffset, 0, 0, z - 1, height, boundBoxOffsetX, boundBoxOffsetY, boundBoxOffsetZ, rotation);
sub_98197C(image_id, xOffset, yOffset, 0, 0, 0, height, boundBoxOffsetX, boundBoxOffsetY, boundBoxOffsetZ, rotation);
height += z;
}