From e952c607cce539d864656ac54a978dfd59be47a6 Mon Sep 17 00:00:00 2001 From: zaxcav Date: Sun, 23 Oct 2016 11:40:02 +0200 Subject: [PATCH] Add definition of gClipHeight to compat.c --- test/testpaint/compat.c | 2 ++ 1 file changed, 2 insertions(+) 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;