1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Merge branch 'develop' into HEAD

This commit is contained in:
duncanspumpkin
2021-06-10 12:46:34 +01:00
49 changed files with 272 additions and 256 deletions

View File

@@ -471,7 +471,7 @@ Ride* Vehicle::GetRide() const
bool Vehicle::IsGhost() const
{
auto r = GetRide();
return r != nullptr && r->status == RIDE_STATUS_SIMULATING;
return r != nullptr && r->status == RideStatus::Simulating;
}
uint8_t TileElementBase::GetOccupiedQuadrants() const