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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user