mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-06 06:32:56 +01:00
Annotate fall-through
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user