You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07:00
Fix ride_type_has_flag signature for testpaint
This commit is contained in:
@@ -175,7 +175,7 @@ TileElement* map_get_first_element_at(int x, int y)
|
||||
return gTileElementTilePointers[x + y * 256];
|
||||
}
|
||||
|
||||
bool ride_type_has_flag(int rideType, int flag)
|
||||
bool ride_type_has_flag(int rideType, uint32_t flag)
|
||||
{
|
||||
return (RideProperties[rideType].flags & flag) != 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user