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