1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Annotate fall-through

This commit is contained in:
ζeh Matt
2025-05-23 18:12:34 +03:00
parent 027f7c4096
commit 0cfeeb8aba

View File

@@ -197,7 +197,7 @@ bool MarketingIsCampaignTypeApplicable(int32_t campaignType)
if (!Park::RidePricesUnlocked())
return false;
// fall-through
[[fallthrough]];
case ADVERTISING_CAMPAIGN_RIDE:
// Check if any rides exist
for (auto& ride : GetRideManager())