This commit is contained in:
CodingJellyfish 2024-05-10 18:35:30 +08:00 committed by GitHub
parent 8e49634e77
commit 0542e6b279
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -334,6 +334,8 @@ void StoryModeStatus::grandPrixFinished()
unlockFeature(const_cast<ChallengeStatus*>(m_current_challenge), difficulty);
} // if isActive && challenge solved
// Calculate m_points again to count the current GP.
computeActive();
RaceManager::get()->setCoinTarget(0);
} // grandPrixFinished