1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 17:42:29 +01:00

Fix testpaint

This commit is contained in:
duncanspumpkin
2020-01-19 17:37:24 +00:00
parent 28565b370d
commit 85f2b0b21d

View File

@@ -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;