mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Prevent ride ratings from invalidating ride windows unnecessarily
This commit is contained in:
@@ -2318,6 +2318,7 @@ static void test_finish(Ride& ride)
|
||||
{
|
||||
ride.lifecycleFlags &= ~RIDE_LIFECYCLE_TEST_IN_PROGRESS;
|
||||
ride.lifecycleFlags |= RIDE_LIFECYCLE_TESTED;
|
||||
ride.windowInvalidateFlags |= RIDE_INVALIDATE_RIDE_RATINGS;
|
||||
|
||||
auto rideStations = ride.getStations();
|
||||
for (int32_t i = ride.numStations - 1; i >= 1; i--)
|
||||
|
||||
Reference in New Issue
Block a user