From 0542e6b27912f87e00e0916ea0a99fb512cbc6bc Mon Sep 17 00:00:00 2001 From: CodingJellyfish Date: Fri, 10 May 2024 18:35:30 +0800 Subject: [PATCH] Fix #3671 and fix #4254 --- src/challenges/story_mode_status.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/challenges/story_mode_status.cpp b/src/challenges/story_mode_status.cpp index 11ecac8c7..4fd321b70 100644 --- a/src/challenges/story_mode_status.cpp +++ b/src/challenges/story_mode_status.cpp @@ -334,6 +334,8 @@ void StoryModeStatus::grandPrixFinished() unlockFeature(const_cast(m_current_challenge), difficulty); } // if isActive && challenge solved + // Calculate m_points again to count the current GP. + computeActive(); RaceManager::get()->setCoinTarget(0); } // grandPrixFinished