1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-24 00:03:11 +01:00

Add definition of gClipHeight to compat.c

This commit is contained in:
zaxcav
2016-10-23 11:40:02 +02:00
parent 1e5b83c631
commit e952c607cc

View File

@@ -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;