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