mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-15 12:02:34 +01:00
Fix testpaint
This commit is contained in:
@@ -447,7 +447,7 @@ StationObject* ride_get_station_object(const Ride* ride)
|
|||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool rct_vehicle::IsGhost() const
|
bool Vehicle::IsGhost() const
|
||||||
{
|
{
|
||||||
auto r = get_ride(ride);
|
auto r = get_ride(ride);
|
||||||
return r != nullptr && r->status == RIDE_STATUS_SIMULATING;
|
return r != nullptr && r->status == RIDE_STATUS_SIMULATING;
|
||||||
|
|||||||
Reference in New Issue
Block a user