1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 21:13:05 +01:00

Merge branch 'develop' into HEAD

This commit is contained in:
duncanspumpkin
2021-06-10 12:46:34 +01:00
49 changed files with 272 additions and 256 deletions

View File

@@ -107,7 +107,7 @@ TEST_F(PlayTests, SecondGuestInQueueShouldNotRideIfNoFunds)
Ride& ferrisWheel = *it;
// Open it for free
ride_set_status(&ferrisWheel, RIDE_STATUS_OPEN);
ride_set_status(&ferrisWheel, RideStatus::Open);
execute<RideSetPriceAction>(ferrisWheel.id, 0, true);
// Ignore intensity to stimulate peeps to queue into ferris wheel
@@ -167,7 +167,7 @@ TEST_F(PlayTests, CarRideWithOneCarOnlyAcceptsTwoGuests)
Ride& carRide = *it;
// Open it for free
ride_set_status(&carRide, RIDE_STATUS_OPEN);
ride_set_status(&carRide, RideStatus::Open);
execute<RideSetPriceAction>(carRide.id, 0, true);
// Ignore intensity to stimulate peeps to queue into the ride