1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 16:54:52 +01:00

Compile track_element_is_lift_hill for testpaint

This commit is contained in:
Ted John
2016-10-01 18:03:31 +01:00
parent 753ef64ac2
commit 6d047924c2

View File

@@ -150,3 +150,8 @@ sint16 get_height_marker_offset()
{
return 0;
}
bool track_element_is_lift_hill(rct_map_element *trackElement)
{
return trackElement->type & 0x80;
}