mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Fix #20018: Shops not calculating up-keep cost
This commit is contained in:
@@ -188,12 +188,6 @@ static bool RideRatingIsUpdatingRide(RideId id)
|
||||
|
||||
static bool ShouldSkipRatingCalculation(const Ride& ride)
|
||||
{
|
||||
// Skip anything that isn't a real ride.
|
||||
if (ride.GetClassification() != RideClassification::Ride)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
// Skip rides that are closed.
|
||||
if (ride.status == RideStatus::Closed)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user