diff --git a/test/testpaint/compat.c b/test/testpaint/compat.c index 1ca8ff1752..5cef9c3d8f 100644 --- a/test/testpaint/compat.c +++ b/test/testpaint/compat.c @@ -165,3 +165,5 @@ bool track_element_is_inverted(rct_map_element *trackElement) { return trackElement->properties.track.colour & TRACK_ELEMENT_COLOUR_FLAG_INVERTED; } + +uint8 gClipHeight = 255;