mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 13:33:02 +01:00
Fix #9411: Ad campaigns end too soon
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
MarketingCampaign campaign{};
|
||||
campaign.Type = _type;
|
||||
campaign.WeeksLeft = _numWeeks;
|
||||
campaign.Flags = MarketingCampaignFlags::FIRST_WEEK;
|
||||
if (campaign.Type == ADVERTISING_CAMPAIGN_RIDE_FREE || campaign.Type == ADVERTISING_CAMPAIGN_RIDE)
|
||||
{
|
||||
campaign.RideId = _item;
|
||||
|
||||
Reference in New Issue
Block a user