diff --git a/src/openrct2/paint/paint.c b/src/openrct2/paint/paint.c index efee14c7d6..b92ea5d8b6 100644 --- a/src/openrct2/paint/paint.c +++ b/src/openrct2/paint/paint.c @@ -24,8 +24,7 @@ #include "supports.h" // zax: globals for paint clipping height -uint8 gClipHeight = 128; // Default to middle value -bool gClipHeightEnable = false; +uint8 gClipHeight = 255; const uint32 construction_markers[] = { COLOUR_DARK_GREEN << 19 | COLOUR_GREY << 24 | IMAGE_TYPE_REMAP, // White diff --git a/src/openrct2/paint/paint.h b/src/openrct2/paint/paint.h index 5ecada6a8a..2475b70d69 100644 --- a/src/openrct2/paint/paint.h +++ b/src/openrct2/paint/paint.h @@ -25,7 +25,7 @@ // zax: Global paint clipping height. extern uint8 gClipHeight; -extern bool gClipHeightEnable; + typedef struct attached_paint_struct attached_paint_struct; typedef struct paint_struct paint_struct;