Skip to content

Commit

Permalink
Fix #3671 and fix #4254
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingJellyfish authored May 10, 2024
1 parent 8e49634 commit 0542e6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/challenges/story_mode_status.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0542e6b

Please sign in to comment.