From 0cfeeb8abab633df6a88fdf5283bf21748a82481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=CE=B6eh=20Matt?= <5415177+ZehMatt@users.noreply.github.com> Date: Fri, 23 May 2025 18:12:34 +0300 Subject: [PATCH] Annotate fall-through --- src/openrct2/management/Marketing.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/management/Marketing.cpp b/src/openrct2/management/Marketing.cpp index 8d4e65cbc3..7299c15dba 100644 --- a/src/openrct2/management/Marketing.cpp +++ b/src/openrct2/management/Marketing.cpp @@ -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())