1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-31 10:45:16 +01:00

Add missing compat function

This commit is contained in:
Marijn van der Werf
2016-09-12 22:56:52 +02:00
parent 0f51be809c
commit 1cc43d5012

View File

@@ -146,3 +146,8 @@ bool ride_type_has_flag(int rideType, int flag)
{
return (RideProperties[rideType].flags & flag) != 0;
}
sint16 get_height_marker_offset()
{
return 0;
}