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