Fix testpaint

This commit is contained in:
duncanspumpkin 2020-01-19 17:37:24 +00:00
parent 28565b370d
commit 85f2b0b21d
1 changed files with 1 additions and 1 deletions

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;